reactdatagrid
reactdatagrid copied to clipboard
💡 Allow client to control order of rowExpand column and checkbox column when used together
version: @inovua/[email protected]
Is there a way to place checkbox column first when setting both checkboxColumn and rowExpandColumn props to true? I tried setting columnOrder to ['__checkbox-column', '__row-expand-column', ...columnOrder] but it doesn't seem to have any effect on those columns.
No, according to this section of code:
https://github.com/inovua/reactdatagrid/blob/master/community-edition/normalizeColumns/index.ts#L329
Updating this ticket to feature request based on the code snippet shared above