Make the Grid single table component. #316
Labels
C: DataGrid
Enhancement
New feature of an existing functionality or an improvement of an existing functionality
pkg:Grid
Make the Grid single table component.
Currently, the Grid uses two separate table elements for the headers and the content and syncs them during scrolling.
We can update it to use only a single table element, as it is done in the TreeList component:
https://www.telerik.com/kendo-react-ui-develop/components/treelist/
The text was updated successfully, but these errors were encountered: