baseweb
baseweb copied to clipboard
Data Table frozen columns
When there are many columns in the Data Table it would be very useful to freeze the first couple of selected columns with horizontal scroll available for other columns.
Feature description
- CSS example for freezing columns using sticky position.
- Example of frozen columns in google sheets.
Looks like calculations happening in data-table.js file using some external libraries (react-window, react-virtualized-auto-sizer).