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

Don't split functionalities into mixins #9

Open
5 tasks
VitorLuizC opened this issue Mar 7, 2018 · 0 comments
Open
5 tasks

Don't split functionalities into mixins #9

VitorLuizC opened this issue Mar 7, 2018 · 0 comments
Assignees

Comments

@VitorLuizC
Copy link
Owner

Right now, all table functionalities are separated into mixins which handle everything, but DataTable component's template use some that mixin properties. It's hard to trace properties on component's template and the only way to fix it is merging them to component and split only helper functions.

Would be a solution, also, create DataTableRow and DataTableCol to handle style and to export them.

  • Merge Sortable mixin to component;
  • Merge Selectable mixin to component;
  • Merge Alignable mixin to component;
  • Create DataTableRow;
  • Create DataTableCell;
@VitorLuizC VitorLuizC self-assigned this Mar 7, 2018
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

1 participant