Skip to content

Support sortable and non-sortable columns together #199

Open
@bleakley

Description

@bleakley

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions