Is there any CSS to target every data grid component in the app to make the headers sticky like in an excel sheet? If not every single one, can you target a specific one?
1 Like
Data grid are canva HTML element so it might be really difficult to apply custom CSS.
@Himaladin What would you say?
2 Likes
Unfortunately no — you cannot make Data Grid headers sticky with CSS.
The Data Grid is rendered on a canvas, not normal HTML elements.
Canvas here draws the grid as a graphic (similar to a screenshot), not actual <table> or <div> elements that CSS can style or make sticky.
1 Like