angular-generic-table
angular-generic-table copied to clipboard
Update examples and structure
-
[x] Angular generic table
- [x] Getting started
- [x] Release notes
-
[ ] Examples
- [x] Basic
- [ ] Advanced
-
[ ] Loading data
- [x] In memory array
- [x] Using REST API
- [x] Lazy load
-
[ ] Sort
- [x] Enable/disable sort
- [x] Change sort behavior
- [ ] Initial sort order
- [x] Sort on multiple columns
- [ ] Customize sort
-
[ ] Filter
- [ ] Filter based on column value
- [ ] Filter based on column value
-
[ ] Search
- [ ] Global
- [ ] By column
-
[ ] Styling
- [ ] Add class to table
- [ ] Add class to row
- [ ] Add class to column
- [ ] Add class to column element
-
[ ] Editing
- [ ] Simple inline editing
- [ ] Inline edit using custom component
-
[ ] Use custom component
- [ ] In table body
- [ ] In table header
-
[ ] Row
- [ ] Click
- [ ] Select
- [ ] Expand/collapse
- [ ] Drilldown
-
[ ] Column
- [ ] Render
- [ ] Value
- [ ] Click
- [ ] Checkbox
- [ ] Custom component
- [ ] Click with row click
-
[ ] Other
- [ ] Localization
- [ ] Third-party components
-
[ ] Column settings
- [ ] Basic usage