Support Fixed Columns?
See original GitHub issueIs there a support for fixed columns?
Fixed columns are useful when you have a very large horizontally spanning table and you want to have some columns on the left or the right fixed for easier viewing.
It would be awesome if there was a prop for columns like fixed, that takes in a string value of “left” or “right” or null. And have the specified columns be fixed on the left side or the right side.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:14 (1 by maintainers)
Top Results From Across the Web
fixedColumns - DataTables
FixedColumns provides the option to freeze one or more columns to the left or right of a horizontally scrolling DataTable. This allows information...
Read more >DxDataGrid for Blazor - Support fixed columns
Hey There Is it possible to have fixed columns using DxDataGrid? ... I'm happy to announce that Fixed Columns support is available in...
Read more >Table Fixed Columns - Bootstrap Table
Detail: The number of the right fixed columns. Default: 0. Note. Not support detailView ...
Read more >React Grid - Fixed Columns | DevExtreme Reactive
Region Sector Channel Customer Sale Amount
South America Banking VARs Beacon Systems 46522.35
North America Health Telecom Global Services 9528.65
North America Health Telecom Supply Warehouse...
Read more >FixedColumns - WordPress.org
I used the FixedColumns addon (https://tablepress.org/extensions/datatables-fixedcolumns/) but my first column doesn't freeze…
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

As a workaround, you can manually set the proper
position: stickycss to the table cells and the header. It’s not pretty but works:POC codesandbox for reference: https://codesandbox.io/s/rrr9zw4pwo
Looks like that works for a single stickied column, but not multiple.
+1 for stickied column functionality.