Hussain Ashraf
b4c9710e71
Add data-automation-id to multi select checkbox ( #1924 )
2017-06-29 15:09:07 +01:00
Denys Vuika
5025303980
[ADF-667] selection mode and row styles ( #1914 )
...
* selection mode and row styles
- single/multiple/none selection modes for DataTable component (and Document List)
- support for custom row styles (inline and classname values)
- fix karma config (material themes)
- readme updates
- package-lock.json files for NPM5 support
- updated DataTable demo to demonstrate selection modes and row styles
* remove package lock files
2017-06-29 15:09:05 +01:00
Denys Vuika
0a57c640ef
fix datatable multi select checkboxes ( #1784 )
...
* fix datatable multi select checkboxes
* template cleanup
* fix unit tests
2017-04-05 11:11:38 +01:00
Denys Vuika
f8427e61e1
extra DOM events for DataTable ( #1723 )
...
* extra DOM events for DataTable
- support for ‘row-click’ DOM event (bubbling)
- support for ‘row-dblclick’ DOM event (bubbling)
- DataRowEvent exposes ‘sender’ property to simplify access to
component from within handlers
- readme and test updates
* fix unit tests
2017-04-05 11:11:38 +01:00
Denys Vuika
2fb8ae1b5d
support for column definitions in html ( #1705 )
...
* support for column definitions in html
- provides generic support for html-based column definitions for
datatable-like controls
* html column definitions for Task List component
* html column definitions for Document List component
* update code and documentation
2017-04-05 11:11:38 +01:00
Denys Vuika
f85d9a5934
DataTable docs and backwards compatibility ( #1702 )
...
* example: custom datatable row actions
* update docs, provide backwards compatibility
2017-04-05 11:11:38 +01:00
Vito Albano
d822258857
Fix contrast for wave
2016-09-05 17:40:48 +01:00
Denys Vuika
a6d2df6004
#101 datatable demo project
2016-05-26 11:07:06 +01:00
Denys Vuika
58f7429f25
#82 multiselection UI for datatable
2016-05-20 13:30:14 +01:00
Denys Vuika
ff435950cc
#82 replace columns demo for datatable
2016-05-20 11:18:39 +01:00
Denys Vuika
da5600b4d1
#82 datatable api improvements
2016-05-20 10:56:40 +01:00
Denys Vuika
27692bb6b7
#82 data adapter api improvements
2016-05-20 10:36:11 +01:00
Denys Vuika
2fa8283213
#82 datatable project cleanup
...
basic implementation of main features:
- custom data sources
- column types
- sorting by columns
- click events
2016-05-19 10:58:19 +01:00
Denys Vuika
ca630772d0
#82 separate page for data table within demo app
2016-05-18 12:55:48 +01:00