Zonciu Liang
4a680e6b76
fix(module: table): Unify FieldName, add DisplayAttribute for DiplayName, fix Filter for DataIndex ( #1372 )
...
* fix(module: table): Unify FieldName value
* fix(module: table): Get column name from DisplayAttribute
* fix(module: table): Filter for DataIndex
* docs(module: table): Intuitive sorterCompare for Filter demo
* fix(module: table): fix header title doesn't display when Sortable is false
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-17 16:27:52 +00:00
Zonciu Liang
3bf616b735
fix(module: table): fix DataIndex Column with incorrect sorting and filter ( #1295 )
...
* refactor(module: table): Unify the behavior of Field and DataIndex
* fix(module: table): Fix DataIndex Column doesn't refresh
* doc(module: table): add DataIndex column filter demo
* doc(module: table): fix Blazor table
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-02 15:54:56 +00:00
James Yeung
4065869806
feat(module: table): add filters ( #1178 )
...
* feat: add table filter
* add filter buttons
* fix filter menu
* make filter work
* support multiple filters
* delete the old files
* support single select
2021-02-27 23:55:48 +08:00
James Yeung
597133363a
fix(module: table): support more generic units for scroll x/y ( #1137 )
2021-02-14 20:15:53 +08:00
James Yeung
af300c6ecc
fix(module: table): missing value for the sort property of SortModel ( #1105 )
2021-02-06 00:55:46 +08:00
cqgis
080d4dda43
feat(module: table): add sort directions and default sort order ( #778 )
...
* feat: table column sort add sortway support singleness or mutiple
* fix: error method name
* add sort directions
* delete useless property
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-01-24 13:52:57 +08:00
Zonciu Liang
9d9506bb5c
feat(module: table): add SorterCompare parameter for sorter ( #969 )
...
* feat(module: table): add custom comparer
* docs: keep the DataSource of Table's blazor demo unchanged
* Update custom-sort.md
* refactor(module: table): change Comparer to SorterCompare
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-01-12 00:39:40 +08:00
老九
1b53d1a425
fix(module: table): incorrect SetSortType method ( #709 )
2020-10-23 21:52:15 +08:00
James Yeung
a4e4d6f556
refactor: get PropertyInfo from expression ( #559 )
2020-09-01 17:23:31 +08:00
James Yeung
715149e21f
feat(module: table): sortable ( #319 )
...
* feat(module: table): add sorter
* feat: add sorter tooltip
* feat: add table change event
2020-07-08 16:12:49 +08:00