ABP Commercial 7.2.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme
Hi, we have several extended properties on our tenant entity. How is the ordering of the columns on the list, create, and edit forms defined? We see a difference in the ordering of the columns. For example, the ordering of the columns in the tenant listing is different than the ordering on the create/edit modal.
Can the order of the rendered properties be customized?
Thanks in advance,
Brian
4 Answer(s)
-
0
Hi,
Their order is based on the order you configured, and the order in create and edit modal should be the same.
Can the order of the rendered properties be customized?
No, currently can't to specify the order
-
0
Hi @liangshiwei ,
I did some testing because we are noticing inconsistent sorting.
It appears that the order of columns in the list is based on the ordering of configuration (which we can control), but the order on the create and edit modals is in alphabetical order (which apparently we cannot change).
A useful enhancement/fix would be make the order the properties on the create/edit modals based on the order of configuration in the same way it is done on the listing.
An even better approach, if possible, would be to allow each property to have its ordering defined during the property definition (for each UI area - List, Edit, Create)
Thanks for your consideration.
-
0
Hi,
Yes, I can confirm that, I create an issue for this: https://github.com/abpframework/abp/issues/16896
-
0
Thank you!