MDC TableDelegate PropertyInfo position property
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.