ant-design-blazor/tests
AnaNikolasevic 21a076dff5 feat(module: table): enable to reload with an outside query model (#2129)
* feat/ApplyPredefinedQueryModel: add opportunity to serialize/deserialize QueryModel and apply to Table with ITable.ReloadData(QueryModel queryModel) method; fix current selected value in 'PageSize / page' selection (value was not updated in case using ReloadData(PageIndex, PageSize) method)

* feat/applyPredefinedQueryModel: implement System.Text.Json instead Newtonsoft.Json for serializing/deserializing QueryModel

* feat/applyPredefinedQueryModel: add minor change

* feat/applyPredefinedQueryModel: add method for converting from JsonElement to object type

* feat/applyPredefinedQueryModel: add demo file for save and load table configuration

* feature/applyPredefinedQueryModel: add minor change

* feat/applyPredefinedQueryModel: prevent applying before not saved configuration

* fix sorter restore

* reest data before reload data

* fix test

Co-authored-by: Ana Nikolasevic <23nikolasevic@gmail.com>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2022-05-29 19:34:46 +08:00
..
AntDesign.TestApp fix(module: tabs): TabTemplate can't display in the overflow dropdown (#2320) 2022-03-03 23:09:52 +08:00
AntDesign.TestKit fix(module: select): replacing a datasource with some of the same items was not in the right order (#2462) 2022-05-19 22:59:36 +08:00
AntDesign.Tests feat(module: table): enable to reload with an outside query model (#2129) 2022-05-29 19:34:46 +08:00
AntDesign.Tests.Js fix(module: modal): error width for disable body scroll (#2163) 2021-12-14 18:04:42 +08:00
run-tests.ps1 tests: clean-up (#2050) 2021-10-22 12:45:00 +08:00