Performant column resizing: why divs?
I have been implementing the "Column Resizing Performant" example and I got it working... but when it comes to making the table header sticky and having editable data (in the form of text fields and dropdowns) I am running into issues with the CSS.
A few questions:
- Are there any examples out there of making an editable and sticky header table using the performant div approach?
- why does the example use divs instead of table elements?
A few questions:
- Are there any examples out there of making an editable and sticky header table using the performant div approach?
- why does the example use divs instead of table elements?