react-data-table-component
react-data-table-component copied to clipboard
[FEATURE]: Control the order of select column
Feature Check list
- [x] Agree to the Code of Conduct
- [x] Read the README to ensure the feature is not already present
- [x] You read Creating Issues, Features and Pull Requests
- [x] Considered the value versus complexity for all users of the library as well as library maintenance
- [x] Considered if this can be a storybook or documentation example
Is your feature request related to a problem? Please describe
control the order of select column. Currently the only way to change the order is to use the direction
props of Datatable
but that will change the whole table column order. (see #763)
Describe the solution you'd like
When user define a column with id
being select
, the table will use the column order for selectable rows
Describe alternatives you've considered
use DOM manipulation to change forcefully change the order of row head and row cell. That is stupid.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.