discussion of `n_fixed_rows` and `n_fixed_columns` constraints
See original GitHub issuethis is a placeholder issue to discuss some of the constraints involved in using n_fixed_rows
and n_fixed_columns
in tables. These properties introduce complexity in the underlying markup that can impact the style and behaviour of the table.
This issue serves to precise these constraints.
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (2 by maintainers)
Top Results From Across the Web
Fixed Columns problem with added header rows - DataTables
Hi everyone, I need to implement 3 rows header with fixed columns. So I appended the header rows to header on dataSrc callback....
Read more >TableView or GridPane with fixed header row and fixed first ...
Configure the RowConstraints of your first row with a fixed min height and a fixed max height (use the same value for both...
Read more >JavaFX GridPane fixed columns and rows - Stack Overflow
I solved the problem by calculating the widths and heights for the images and labels. It was really hard work to get it...
Read more >Pinned (Fixed) Columns | WinForms Controls
Pinned (Fixed) Columns. Sep 03, 2021; 3 minutes to read. In This Article. Pin Columns in UI. Pin Columns in Code. Limitations.
Read more >How can I create a fixed column header in Google ...
The Android app imposes a limitation on this feature. While it does show frozen row and column headers properly, it does not let...
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 FreeTop 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
Top GitHub Comments
With
n_fixed_columns
, the header overlaps the dropdown menus. Is there a way to fix it?@chriddyp "n_fixed_columns constrains the ability to specify table width
With n_fixed_columns, the table no longer expands to the size of the container and specifying the width of the table in pixels doesn’t work."
It seems this issue persists in the most recent release, does your team have any plan to fix this issue? Or do you have any work around method for current version? Thanks.