You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: