how I leave columns fixed to the (X) axis
how I leave columns fixed to the (X) axis?
version react-data-table-component: 7.0.0-rc2
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.
Any luck on this?
no
Found any solution for this?
no, in my case I removed some columns that would not be relevant and put this additional information in a modal
Great
Same problem here.. nothing on this?
in my case I created a modal to display this information
Nice @Williams25, but wouldn't be great if could just add a value to the columns declaration, like:
const columns = [
{
name: "Order",
selector: "orderId",
maxWidth: "10%",
center: true,
sortable: true,
**sticky: true,**
}
];
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.