Commit Graph

25 Commits

Author SHA1 Message Date
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
7b17b10ef1 [ADF-621] show drop effect on folders only (#1897)
* show drop effect on folders only

- fix `hasValue` api for data rows (avoid 'false' value to be evaluated as missing value)
- support for evaluating drop support for rows
- document list enables upload zones for folders only

* api improvements as per code review
2017-06-29 15:09:03 +01:00
Denys Vuika
5b4aad5d91 icon type for columns (#1902)
- new 'icon' type for columns to render internal icons
- enable attachment list in the demo shell
2017-05-25 15:12:55 +01:00
Maurizio Vitale
a90423aa21 [ADF-491] Task Attachment List Component (#1877)
* Create a new component Task Attachment List
Improve the datatable to get the rows to show

* The component name should follow the guide style
Move the Content calls in a different service file
Show the attach file inside the viewer

* Change method name

* Datatable should get the path and show the icon

* Improve attachment component

* Improve datatable documentation

* Remove console.log
2017-05-25 15:12:51 +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
0fa87bb17d selected row highlight (#1448)
* showing selected row

Support for showing selected row for the components:

- DataTable
- DocumentList
- Activiti TaskList
- Activiti ProcessList

fixes #170

* unit test fixes
2017-01-13 12:45:37 +00:00
Denys Vuika
d42f41ec00 Migrate from window.console to LogService 2017-01-05 21:06:30 +00:00
mauriziovitale84
d905aaa0cf Fix remove default sorting on the fist column 2016-11-25 19:09:05 +00:00
Denys Vuika
b09e0bc1b3 Upgrade core, documentList, dataTable 2016-09-21 17:36:29 +01:00
Eugenio Romano
beb37a2ded test and doc generateSchema 2016-07-19 10:21:22 +01:00
Eugenio Romano
c86e23351c test fix 2016-07-18 22:44:08 +01:00
Eugenio Romano
bd69226bbb rename generatechema 2016-07-18 15:47:30 +01:00
Eugenio Romano
4f3467e7a5 webscript component viewer 2016-07-18 14:51:31 +01:00
Denys Vuika
acfcd19af0 New 'core:/utils/ObjectUtils', additional unit tests 2016-07-07 14:30:15 +01:00
Denys Vuika
b02a465f27 Date format support for datatable columns 2016-07-04 17:56:52 +01:00
Denys Vuika
bde0200b2c Bind tasks to table, datatable bug fixes 2016-06-08 20:52:43 +01:00
Denys Vuika
91a6be5759 #113 unit tests for datatable 2016-06-06 16:28:22 +01:00
Denys Vuika
754c5297b5 #113 unit tests (wip) 2016-06-02 17:09:42 +01:00
Denys Vuika
a60abb2e20 #82 datatable sorting improvements 2016-06-02 14:21:44 +01:00
Denys Vuika
e33db9e36f #82 DataTable code and readme improvements 2016-06-01 18:14:59 +01:00
Denys Vuika
58f7429f25 #82 multiselection UI for datatable 2016-05-20 13:30:14 +01:00
Denys Vuika
fff9a9a070 Live compile/reload for demo shell, code cleanup 2016-05-20 11:44:45 +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