ant-design-blazor/components/table
Manuele Lucchi 20b825d881
feat(module: table): Added FilterTemplate (#3285)
* Added FilterTemplate and EN documentation

* Decommented NavMenu

* Revert "Added FilterTemplate and EN documentation"

This reverts commit e5d53a0047e62803b147f0b733da101b0abb5bdd.

* Updated code to respect review requests

* uncommented some code pieces to make it build

* refactor default filter dropdown

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-08-18 00:21:43 +08:00
..
FilterExpression refactor(module: table): Use ASCII C instead of Cyrillic (#2253) 2022-01-14 10:54:57 +08:00
Internal feat(module: table): the items of DataSource support interface types (#3297) 2023-06-11 23:40:06 +08:00
style chore: sync ant-design v4.24.2 (#2877) 2022-11-24 23:11:02 +08:00
TableModels feat(module: table): add support ItemsProvider for Virtualization (#3262) 2023-05-17 00:21:56 +08:00
ActionColumn.razor merge feature to master 2023-01-20 15:57:43 +08:00
ActionColumn.razor.cs feat(module: table): allow access field value from CellRender context (#2257) 2022-01-18 10:06:29 +08:00
Column.razor feat(module: table): Added FilterTemplate (#3285) 2023-08-18 00:21:43 +08:00
Column.razor.cs feat(module: table): Added FilterTemplate (#3285) 2023-08-18 00:21:43 +08:00
ColumnBase.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
ColumnContext.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
ColumnDefinition.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
GenerateColumns.razor.cs feat(module: table): supports automatic column generation based on the TItem type. (#2978) 2023-01-05 15:47:52 +08:00
IColumn.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
IFieldColumn.cs feat(module: table): enable to reload with an outside query model (#2129) 2022-05-29 19:34:46 +08:00
ISelectionColumn.cs feat(module: table): add table virtualization (#2143) 2022-05-28 13:41:01 +08:00
ITable.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
PropertyColumn.cs feat(module: table): add property column (#2624) 2022-08-20 13:54:47 +08:00
Selection.razor fix(module: table): Table Selection Component Hidden Property not working (#2945) 2022-12-16 16:23:19 +08:00
Selection.razor.cs fix(module: table): avoid null reference exception throw in Selection dispose (#3028) 2023-01-19 12:03:34 +08:00
SimpleTableCell.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
SimpleTableHeader.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
SummaryCell.razor feat(module: table): allow access field value from CellRender context (#2257) 2022-01-18 10:06:29 +08:00
SummaryRow.razor feat(module: table): add summary (#1218) 2021-03-31 19:02:57 +08:00
Table.razor fix(module: table): empty status position incorrectly during pre-rendering stage, and avoid unnecessary use of ResizeObserver (#3281) 2023-06-04 14:22:54 +08:00
Table.razor.cs fix(module: table): avoid exception at DisposeAsync method (#3337) 2023-07-02 21:29:54 +08:00
Table.razor.Pagination.cs feat(module: table): add support ItemsProvider for Virtualization (#3262) 2023-05-17 00:21:56 +08:00
Table.razor.RowData.cs feat(module: table): add table virtualization (#2143) 2022-05-28 13:41:01 +08:00
Table.razor.Selection.cs fix(module: table): IQueryable or IEnumerable with AsNoTracking() will cause select data duplication bug (#2944) 2022-12-14 22:40:16 +08:00
TableFilter.cs feat(module: table): enable to reload with an outside query model (#2129) 2022-05-29 19:34:46 +08:00
TableHeader.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
TableLocale.cs fix(module: datepicker): wrong day order and fallback to use globalization libaray when there is no day locale (#2855) 2022-11-04 13:46:24 +08:00
TableRow.razor feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
TableRowWrapper.razor feat(module: table): add table virtualization (#2143) 2022-05-28 13:41:01 +08:00
TableSize.cs feat(module: table): use small size Pagination for compacted table, add PaginationSize enum type (#2246) 2022-05-28 13:41:01 +08:00