Skip to content
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

feat: create a DataRow builder #309

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

QuirijnGB
Copy link

Some changes to move the DataRow building into separate builder method.
This allows us to store the raw data and rebuild the UI without having to fetch the data.

I needed this to allow for dynamically adding/removing/moving columns around.
The DataTable columns and the Datasource Columns would get out of sync causing assertion errors in the DataTable since the columns didn't match between the headers and the DataCells.

This solves my problem, but may not be the best solution.
Open to feedback/ideas

This allows us to rebuild the UI without fetching new data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant