[Bug]-[1450]:Maintain order of data when the table's schema changes #17152
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
When i have defined a table schema with all the customisations necessary and then the schema of the table changes to have only a few columns from the original schema or no columns, the customisations I made are lost.
Steps To Reproduce
- Add a table widget
- Bind it to data
- Customise the table schema like change the bg color in a column
- Pass data where the column is not present
- Now pass the data again where the column is present
- Observe the customisations are lost now.
Public Sample App
No response
Version
Production