komarovalexander / ka-table

Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more
http://ka-table.com
MIT License
769 stars 56 forks source link

Apply cell auto width with max with #432

Closed dyaacov closed 2 months ago

dyaacov commented 2 months ago

Hi,

I s it possible to apply auto width based on content while restrict to max width?

Thanks!

komarovalexander commented 2 months ago

hi @dyaacov yes, you should set max-width style for a cell. Use childComponents.cell to do that