ant-design-blazor/components/table
Henrik Widlund 56fb02c6f9 feat(module: table): support expanding all items in table (#1695)
Add the ability to have all items in a table by setting  DefaultExpandAllRows to true.

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-07-02 13:45:24 +08:00
..
FilterExpression fix(module: table): fix wrong spell for TableFilterCompareOperator.EndsWith (#1434) 2021-04-28 15:14:21 +00:00
Internal fix(module: table): set DisplayName to null if MemberExpression is not found in the DataIndex expression tree (#1488) 2021-05-08 13:03:07 +08:00
style chore: sync ant-design v4.14.0 (#1249) 2021-03-31 19:23:29 +08:00
TableModels fix(module: table): fix selection clear (#1632) 2021-06-15 18:22:07 +08:00
ActionColumn.razor fix(module: table): ExpandableRow not working with ActionColumn #1284 (#1285) 2021-04-01 12:50:30 +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 PopupContainerSelector for filter and/or selector (#1687) 2021-06-30 15:04:11 +08:00
Column.razor.cs fix(module: table): allow set filters after table initialization (#1667) 2021-06-28 14:19:33 +08:00
ColumnBase.cs fix(module: table): bring PR1208 to PR1303 merge master into feature (#1326) 2021-04-09 00:49:20 +08:00
ColumnContext.cs fix(module: table): support more generic units for scroll x/y (#1137) 2021-02-14 20:15:53 +08:00
IColumn.cs feat(module: table): fixed header & columns (#954) 2021-01-09 23:57:31 +08:00
IFieldColumn.cs feat(module: table): add filters (#1178) 2021-02-27 23:55:48 +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): add summary (#1218) 2021-03-31 19:02:57 +08:00
Selection.razor fix(module: table): fix selection clear (#1632) 2021-06-15 18:22:07 +08:00
Selection.razor.cs fix(module: table): fix selection clear (#1632) 2021-06-15 18:22:07 +08:00
SummaryCell.razor feat(module: table): add summary (#1218) 2021-03-31 19:02:57 +08:00
SummaryRow.razor feat(module: table): add summary (#1218) 2021-03-31 19:02:57 +08:00
Table.razor feat(module: table): support expanding all items in table (#1695) 2021-07-02 13:45:24 +08:00
Table.razor.cs feat(module: table): support expanding all items in table (#1695) 2021-07-02 13:45:24 +08:00
Table.razor.Pagination.cs refactor(module: pagination): cover the apis of react (#1220) 2021-03-31 19:03:00 +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 fix(module: table): fix selection clear (#1632) 2021-06-15 18:22:07 +08:00
TableFilter.cs fix(module: table): fix filter icon wrong highlight, fix filter behavior when there is no input value (#1592) 2021-06-07 23:47:03 +08:00
TableLocale.cs fix(module: table): locale fix (#1356) 2021-04-16 00:08:28 +08:00
TableSize.cs fix(module: table): add header style and fix the table size (#909) 2020-12-23 00:47:35 +08:00