Open
Description
An example use: https://github.com/hyparam/hyperparam.app/issues/117
One way to support this would be to pass in a column props array like
<HighTable
columnOptions={[ { className: 'userColumn', sortable: true}, { className: 'systemColumn', sortable: false } ]}
/>
this could replace the current columnClassNames and could be expanded in the future.
Metadata
Metadata
Assignees
Labels
No labels