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

Template based column definitions #474

Open
buschtoens opened this issue Aug 3, 2017 · 1 comment
Open

Template based column definitions #474

buschtoens opened this issue Aug 3, 2017 · 1 comment

Comments

@buschtoens
Copy link
Collaborator

Column definitions were put into JS land, because Ember and Handlebars lacked some important features regarding flexibility and composability. But the landscape is slowly shifting towards a shiny new future with one major advancement being the fantastic Named Blocks RFC 226 by @machty. ☀️ ✨

The ultimate goal is to remove the need for the columns array and instead define the columns in the template. Maybe we'll also be able to remove the need for Table objects.

This issue is meant to serve as a brain dump and constant reminder. If you have ideas, wishes, questions or anything else related to this, please do add a comment! 😊

@ming-codes
Copy link

It's a good idea, but I would imagine the feature needs to exist side-by-side with data-driven column definition. How else can you persist the column reordering?

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

No branches or pull requests

2 participants