Open Closed

Ordering of extended properties on ABP entities on List/create/edit form #5269


User avatar
0
balessi75 created

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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    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

  • User Avatar
    0
    balessi75 created

    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.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Yes, I can confirm that, I create an issue for this: https://github.com/abpframework/abp/issues/16896

  • User Avatar
    0
    balessi75 created

    Thank you!

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11