ant-design-blazor/components/table
fan0217 b8a6062f6f fix(module: table): add header style and fix the table size (#909)
* rename to header style

* fix selection and action

* delete  useless style

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-12-23 00:47:35 +08:00
..
style chore: sync ant-design v4.9.0 (#842) 2020-12-01 11:02:28 +08:00
TableModels feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
ActionColumn.razor fix(module: table): add header style and fix the table size (#909) 2020-12-23 00:47:35 +08:00
ActionColumn.razor.cs fix(module: table): selection reset while page changing. (#236) 2020-06-19 23:06:33 +08:00
Column.razor fix(module: table): add header style and fix the table size (#909) 2020-12-23 00:47:35 +08:00
Column.razor.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
ColumnBase.cs fix(module: table): add header style and fix the table size (#909) 2020-12-23 00:47:35 +08:00
ColumnContext.cs fix(module: table): clear cached items that are not on current page (#442) 2020-08-01 23:45:48 +08:00
IColumn.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
IFieldColumn.cs feat(module: table): sortable (#319) 2020-07-08 16:12:49 +08:00
ISelectionColumn.cs fix(module: table): clear cached items that are not on current page (#442) 2020-08-01 23:45:48 +08:00
ITable.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
Selection.razor fix(module: table): add header style and fix the table size (#909) 2020-12-23 00:47:35 +08:00
Selection.razor.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
Table.razor fix(module: table): add header style and fix the table size (#909) 2020-12-23 00:47:35 +08:00
Table.razor.cs feat(module: table): add OnRowClick to Table component (#785) 2020-11-18 17:10:35 +08:00
Table.razor.Pagination.cs fix(module: table): pagination didn't change while pageindex was changed (#767) 2020-11-08 16:55:34 +08:00
Table.razor.RowData.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
Table.razor.Selection.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
TableLocale.cs feat: support for globalization & localization (#578) 2020-09-07 22:46:50 +08:00
TableSize.cs fix(module: table): add header style and fix the table size (#909) 2020-12-23 00:47:35 +08:00