Make minmax(200px, 1fr) the default cellWidth on DataTable
See original GitHub issueWe’ve found this to be a good reasonable default by dogfooding. Let’s set the cellWidth
prop’s default value to be minmax(200px, 1fr)
on DataTable
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
columns.width - DataTables
Column width in tables depends upon many properties such as cell borders, table borders, the border-collapse property, the content of the table and...
Read more >How to set column widths to a jQuery datatable?
Basically i set the sScrollX to 200% then set the individual column widths to the required % that I wanted. The more columns...
Read more >grid-template-columns - CSS: Cascading Style Sheets | MDN
Indicates that there is no explicit grid. Any columns will be implicitly generated and their size will be determined by the grid-auto-columns ......
Read more >glin/reactable: vignettes/examples.Rmd - Rdrr.io
To create a data table, use reactable() on a data frame or matrix. ... You can set the default sorted columns by providing...
Read more >CSS grid-auto-rows property - W3Schools
auto, Default value. The size of the rows is determined by the size of the largest item in the row, Demo ❯ ;...
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
Either or. Great work!
Under what category should this change be placed: Feature: or Fix:?
I am thinking Fix, what do you think?