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

Review all the different way to get row data and simplify the api #1468

Open
Tracked by #1412
naleeha opened this issue Aug 27, 2024 · 0 comments
Open
Tracked by #1412

Review all the different way to get row data and simplify the api #1468

naleeha opened this issue Aug 27, 2024 · 0 comments

Comments

@naleeha
Copy link
Contributor

naleeha commented Aug 27, 2024

Review the ways to get row data for Data Table Columns vs View Port Columns.

Context
There is now a clear separation between a Data Table and View Port column data so that

  • You can have a hidden column by defining a column on Data Table but not on View Port Column on the View Port Def
  • You can have dynamically generated columns on View Port side (e.g. Calculated Column, Mapped Column if Mapped Column Support #1414 gets implemented) which will not exit on the Data Table side

#1368
See linked discussion section
"2) Decouple APIs of DataTable, ViewPort, ViewPortColumns, RowData and Columns (can make you run in circles)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant