Replies: 2 comments 1 reply
-
|
https://github.com/serenity-is/Serenity/blob/master/CHANGELOG.md Automatic Registration for Grid Mixins/Plugins (StartSharp): All the available grid plugins / mixins like HeaderMenuPlugin, AutoColumnWidthMixin, CustomSummaryMixin, DraggableGroupingMixin and HeaderFiltersMixin now provide an option to automatically register with all grids in the application. It is also possible to limit the registration to a subset of the grids via a predicate. Auto-registration is configured in StartSharp via Modules/Common/script-init/autoregister-init.ts file where you may customize the auto-registration process and override options for the auto-registered instance. |
Beta Was this translation helpful? Give feedback.
-
|
The grid editor in demo works in semi connected mode. So when editing a order record, it is using the service like a normal grid. So sorting works server side. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I note that in the demo, the "Order Detail" grid supports sorting and filtering. https://demo.serenity.is/Northwind/Order#edit/11077
I checked the code at https://github.com/serenity-is/Serenity/blob/242316c93cbb6ccb74ae91408013cffb06d4b741/common-features/src/demo.northwind/Modules/OrderDetail/OrderDetailsEditor.ts and it doesn't look like it includes any of the code recommended by #3792, However, that WIKI is very old and it is highly likely things have changed.
So, my questions are:
Beta Was this translation helpful? Give feedback.
All reactions