You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 1/5/2016 - v1.0.3 Added message when table has no data and option for custom text
4
-
* 22/4/2016 - v1.0.2 Added support for exporting table data to CSV, fix for column sort click function
5
-
* 20/4/2016 - v1.0.1 Added support for custom click function for column, improved mapping function
6
-
* 19/4/2016 - v1.0.0 Initial release of generic-tables with support for pagination, sorting, custom render function and basic events
1
+
Release History
2
+
---------------
3
+
4
+
## [Unreleased]
5
+
### Added
6
+
- Support for expanding rows
7
+
8
+
# [1.0.9] - 2016-07-04
9
+
### Fixed
10
+
- Missing files due to commit error
11
+
12
+
# [1.0.8] - 2016-05-31
13
+
### Fixed
14
+
- Missing files due to commit error
15
+
16
+
# [1.0.7] - 2016-05-31
17
+
### Added
18
+
- Support for custom display function for export to CSV
19
+
- Table wrapper that can be used for table scroll
20
+
21
+
## [1.0.6] - 2016-05-25
22
+
### Added
23
+
- Support for reusing or forcing sorting when table structure is updated using `$scope.$broadcast('gt-update-structure:tableId', table);` where table should be an object containing 'settings' (array) and 'fields' (array) and optionally 'forceSorting' (boolean)
24
+
25
+
## [1.0.5] - 2016-05-24
26
+
### Added
27
+
- Support for adding class names to table element
28
+
29
+
### Fixed
30
+
- Initial sorting
31
+
32
+
## [1.0.4] - 2016-05-16
33
+
### Added
34
+
- Support for multiple tables within same controller
35
+
36
+
### Breaking changes
37
+
- Event listeners in generic-table have changed, to update table data, settings etc. you need to pass an unique id (gt-id) ie. `$scope.$broadcast('gt-update-table:tableId', data);`
38
+
39
+
## [1.0.3] - 2016-05-01
40
+
### Added
41
+
- Message when table has no data and option for custom text
0 commit comments