gzimbron / svelte-datagrid

MIT License
10 stars 0 forks source link

Column widths as a % of the table using css scaling, not just pixels. #37

Closed lairdresearch closed 4 months ago

lairdresearch commented 5 months ago

Describe the feature in detail (code, mocks, or screenshots encouraged)

Rather than pixels, be able to specify something like "make this column use up any remaining space"

What type of pull request would this be?

Enhancement

Provide relevant links or additional information.

No response

gzimbron commented 4 months ago

Percentage widths cannot be used at the moment, because the grid is a "virtual" table whose position is calculated based on the width and height of each cell.