Hao Sun
|
ce1261e24f
|
feat(module: table): improve pagination template (#2220)
|
2022-05-28 13:41:01 +08:00 |
|
Hao Sun
|
569fa4a344
|
fix(module: table): trigger PageSizeChanged event before PageIndexChanged event (#2239)
|
2022-01-11 16:44:48 +08:00 |
|
James Yeung
|
a4648d37c5
|
feat(module: table): reload data with specific page index and size (#2072)
|
2021-10-31 14:23:03 +08:00 |
|
anranruye
|
6cd8482292
|
fix(module: table): add RemoteDataSource (#1558)
* feat(module:table): add PaginationMode parameter
* fix(module:table): fix pagination
* docs(module:table): add doc for PaginationMode attribute
* add a demo file
* docs(module:table): add demo for pagination mode
* feat(module:table): add RemoteDataSource property
* delete the demo for PaginationMode
* Update Table.razor.cs
* add `ajax` demo
* Update ajax.md
* Update Ajax.razor
* fix demo
* clear demo
* fotmat demo
* delete StateHasChanged
Co-authored-by: ElderJames <shunjiey@hotmail.com>
|
2021-06-15 16:13:06 +08:00 |
|
ldsenow
|
64979aef3c
|
feat(module: table): add pagination template (#1409)
|
2021-04-25 14:09:24 +08:00 |
|
Zonciu Liang
|
d7ce701daa
|
refactor(module: pagination): cover the apis of react (#1220)
|
2021-03-31 19:03:00 +08:00 |
|
James Yeung
|
853eef8244
|
fix(module: table): invoke OnChange twice on pagination was changed (#1211)
* fix(module: table): invoke OnChange twice on pagination was changed
* fix preview ci
|
2021-03-06 10:20:41 +08:00 |
|
James Yeung
|
28ffc2d184
|
fix(module: table): show empty status when there are no data (#1180)
|
2021-02-28 12:51:36 +08:00 |
|
James Yeung
|
c3484dd846
|
fix(module: table): pagination didn't change while pageindex was changed (#767)
|
2020-11-08 16:55:34 +08:00 |
|
James Yeung
|
726cff7a72
|
feat(module: table): support paging selection (#341)
* refactor: selection
* feat: add table datasource cache
* feat: support paging selection
* refactor: clean code
* fix: two-way binding for selecteditems
|
2020-07-10 17:57:20 +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 |
|
James Yeung
|
9730d73cf4
|
fix(module: table): refresh when datasource is changed (#298)
* fix(module: table): refresh when datasource is changed
|
2020-07-02 20:30:01 +08:00 |
|
James Yeung
|
cae7e144b3
|
fix(module: table): selection reset while page changing. (#236)
* fix: selection
|
2020-06-19 23:06:33 +08:00 |
|
James Yeung
|
451bc936fa
|
refactor(module:table): rename ShowPagination to HidePagination (#229)
|
2020-06-16 14:44:21 +08:00 |
|
James Yeung
|
63d09f76a5
|
feat(module: table): add selection (#190)
* feat: add pagination and empty
* fix: indent
* feat(module: table): add checkbox selection
* feat(module: table): add radio selection
* feat: add selected rows
|
2020-06-05 16:06:23 +08:00 |
|
James Yeung
|
a55a324f5c
|
fix: table pagination (#178)
* feat: add pagination and empty
* fix: indent
* fix: table pagination
|
2020-06-03 00:22:10 +08:00 |
|
James Yeung
|
7e7d63aaec
|
feat(module: table): add pagination and empty (#175)
* refactor: add ChildContent and title for column
* feat: add pagination and empty
* feat(module: table): add officeial demo
* fix: indent
|
2020-06-02 19:15:15 +08:00 |
|