table column fixed size
Your example https://tanstack.com/table/v8/docs/examples/react/full-width-resizable-table
I copy table from example above. First column I set fixed width 40px. But really width is more than 100px. why? How fix this?
I copy table from example above. First column I set fixed width 40px. But really width is more than 100px. why? How fix this?
An example showing how to implement Full Width Resizable Table in React Table