ant-design-blazor/components/core
Zonciu Liang a09a8e6ac3 feat(module: table): add DataIndex support (#999)
* docs: correct parameter name

* feat(module: table): add data index

* refactor(module: table): make DataIndex expression cached

* refactor(module: core): recursive method for PropertyAccessHelper.GetRootParameterExpression

* refactor(module: table): make DataIndex feature clearer

* feat(module: table): support DataIndex format

* fix: sort column style

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-01-20 23:35:57 +08:00
..
Base feat(module: form): add ValidateOnChange parameter (#920) 2020-12-25 12:51:55 +08:00
Component/overlay fix(module: overlay): Interop delElementFrom() exception on page refresh (#1008) 2021-01-20 19:58:20 +08:00
EventCallbackArgs fix(module: date-picker): event callback args (#713) 2020-10-29 01:20:11 +08:00
Extensions docs: scroll to hash anchor after pages are rendered (#1006) 2021-01-20 15:53:32 +08:00
Forms refactor: remove the form item dependency (#171) 2020-06-02 07:28:06 +08:00
HashCodes perf(module: table): use hash-code comparison for all the parameters to control UI rendering (#716) 2020-10-25 18:31:31 +08:00
Helpers feat(module: table): add DataIndex support (#999) 2021-01-20 23:35:57 +08:00
Internal feat: improve range picker (#306) 2020-07-05 00:06:34 +08:00
JsInterop docs: scroll to hash anchor after pages are rendered (#1006) 2021-01-20 15:53:32 +08:00
Reflection refactor: use single RequiredAttribute in PropertyReflector (#722) 2020-10-25 19:03:58 +08:00
Services refactor: replace IdGeneratorHelper with DI service that can be replaced by user (#664) 2020-10-10 15:31:32 +08:00
_Imports.razor refactor: refactor the directory structure to match ant-design 2020-03-05 12:17:50 +08:00
AntContainer.razor feat(module: modal): support creating Modal dialog from ModalService (#676) 2020-10-14 15:09:11 +08:00
AntSizeLDSType.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
CssSizeLength.cs feat(module: table): fixed header & columns (#954) 2021-01-09 23:57:31 +08:00
Direction.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
EnumValue.cs refactor: reduce dependence (#301) 2020-07-03 13:37:40 +08:00
ForwardRef.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
Point.cs feat: add select component (#222) 2020-06-14 18:54:14 +08:00
RenderMode.cs perf(module: table): use hash-code comparison for all the parameters to control UI rendering (#716) 2020-10-25 18:31:31 +08:00
SortDirection.cs refactor(module: select): completely new (#800) 2020-11-27 13:13:26 +08:00