-
Notifications
You must be signed in to change notification settings - Fork 1.2k
MDC TableDelegate PropertyInfo position property #4254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @maximkadrov , Thank you for sharing your enhancement proposal. I've created an internal incident DINC0465907. The status of the issue will be updated here in GitHub. Regards, |
Hello @maximkadrov , have I understood it right, that you want to influence the order of the not visible columns in the personalization dialog of the table? Thanks and Best Regards |
Hello @simlin, Yes, exactly that thing, right now I am using MDC controls to render the table:
My request would be to add position column here (just an example):
Thanks |
Hello @maximkadrov, yes, I understood that part. The design of columns panel in the personalization dialog of the table currently defines that the visible columns should be displayed first in the order in which they appear on the UI. They are followed by the not visible columns in alphabetical order. The position information is an internal information of the personalization dialog which is used to sort the list in the described way. What's the reason behind that you want to change the order of the columns in the personalization dialog? Best Regards |
Thanks for the quick response, the reason for that request is following:
|
Why are you proposing this feature?
I am experiencing issue with ordering columns in mdc table for the columns that are not set up as initially visible.
By default, for the defined properties in JSONPropertyInfo we don't have position property for MDC table
and it being automatically set as -1
By default, it sorted based on that position field which is defined for the xml-view defined columns, but not for the JSONPropertyInfo full descriptor and instead of it order is alphabetical
So I kindly request to add position into PropertyInfo
How should a possible solution look like?
Addition of position property and its consideration into the rendering logic
Are there alternative approaches?
No response
Any further information you would like to share?
No response
The text was updated successfully, but these errors were encountered: