Denys Vuika
2f2513ced9
fix long names in columns (ellipsis-cell class) ( #1775 )
2017-03-28 09:47:01 +01:00
Mario Romano
59ed4ee65d
#1750 add ngOnchange on data input ( #1751 )
...
* #1750 add ngOnchange on data input
* Update datatable.component.ts
2017-03-23 15:49:58 +00:00
Denys Vuika
3fee3b5002
improved uploading of files ( #1730 )
...
* improved uploading of files
- new core/UploadDirective to allow dropping files to any html element
- enhanced file dropping for DataTable rows (disabled by default)
- enhanced file dropping for DocumentList rows (disabled by default)
- upload drop area now handles file uploads for child elements (i.e.
rows in the document list)
* fix unit tests
* unit tests and code cleanup
* #1732 , fix upload of folders
2017-03-16 16:28:18 +00:00
Denys Vuika
f3de023ab3
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-03-14 10:17:33 +00:00
Denys Vuika
57557a991e
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-03-13 11:05:52 +00:00
Denys Vuika
facd6e0458
DataTable docs and backwards compatibility ( #1702 )
...
* example: custom datatable row actions
* update docs, provide backwards compatibility
2017-03-10 09:50:02 +00:00
Denys Vuika
2e44550d7f
support for toggling custom context menu ( #1683 )
...
* support for toggling custom context menu
* fix unit tests
2017-03-03 09:25:08 +00:00
Denys Vuika
4ca18bc8f9
cancellable events for DataTable and DocumentList ( #1682 )
...
* cancellable events for DataTable and DocumentList
* more typed events and code fixes
* code fixes
2017-03-02 14:49:55 +00:00
Denys Vuika
7c54090dea
ability to change position of the dropdown menu (left|right) ( #1590 )
...
* ability to change position of the dropdown menu (left|right)
* unit tests
2017-02-06 09:55:12 +00:00
Denys Vuika
eacdfd7f6a
Support for column (cell) templates ( #1513 )
...
support for column (cell) templates readme updates and test fixes
2017-01-23 10:28:57 +00:00
Denys Vuika
e3a94fc2d2
improved focus outline for datatable rows ( #1503 )
2017-01-19 15:29:01 +00: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
3ca2c28a41
Performance improvements ( #1166 )
...
#1166 * Update angular libs
document-list: performance improvements
caching ‘heavy’ cell evaluations (i.e. date pipe)
code/test fixes
document-list: performance improvements
Removed ‘AfterViewChecked’ bottleneck as underlying data-table already
does it.
data-table: performance improvements
2016-11-28 21:36:00 +00:00
Eugenio Romano
ce6f89d47d
improve test datatable
2016-11-10 15:18:04 +00:00
Denys Vuika
8c1f2cc957
#960 fix event handling for FF
...
- use cross browser `event.target` instead of IE-specific
`event.srcElement`
2016-11-01 15:25:04 +00:00
Eugenio Romano
68465e46f2
remove consecutive blank line
2016-10-12 13:47:38 +01:00
Eugenio Romano
12914e0680
change tsconfig,module name ,karma.conf,karma-tst-shim and #749
2016-10-06 11:56:07 +01:00
Denys Vuika
b09e0bc1b3
Upgrade core, documentList, dataTable
2016-09-21 17:36:29 +01:00
mauriziovitale84
b4ca418d44
add sort feature
2016-09-20 13:53:16 +01:00
Denys Vuika
2c830d9693
Single place for translate pipe
2016-09-17 19:56:55 +01:00
Vito Albano
87b9269b81
Fix for selection in firefox and Safari
2016-09-08 17:18:17 +01:00
Vito Albano
a95aad8685
#374 Added tabindex for data table
2016-09-07 09:15:58 +01:00
Vito Albano
25f91beab6
Revert "Added tabindex for data table"
...
This reverts commit e51984c33cf7e92502ea5f4ff329d7f7142b692b.
2016-09-07 09:13:39 +01:00
Vito Albano
e51984c33c
Added tabindex for data table
2016-09-07 09:10:32 +01:00
Denys Vuika
c3f5395190
Fix typing issue
2016-08-25 13:32:08 +01:00
Denys Vuika
2d8d31aed4
#601 support for fallback thumbnails
2016-08-25 12:49:36 +01:00
Hussain Ashraf
d9f533de63
Add data-automation-id to action menu
2016-07-18 16:24:20 +01:00
Hussain Ashraf
046b4a7232
Add data-automation-ids for text and date columns in individual rows
2016-07-15 16:38:44 +01:00
Denys Vuika
ce85d2016b
ui improvements
2016-07-14 15:44:09 +01:00
Denys Vuika
e5355bd603
Move 'pagination' from 'core' to 'datatable'
2016-07-14 14:50:47 +01:00