react-data-table-component icon indicating copy to clipboard operation
react-data-table-component copied to clipboard

how I leave columns fixed to the (X) axis

Open Williams25 opened this issue 4 years ago • 10 comments

how I leave columns fixed to the (X) axis?

version react-data-table-component: 7.0.0-rc2

Williams25 avatar Sep 13 '21 11:09 Williams25

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.

stale[bot] avatar Nov 16 '21 12:11 stale[bot]

Any luck on this?

epicmau5time avatar Jan 10 '22 18:01 epicmau5time

no

Williams25 avatar Jan 10 '22 19:01 Williams25

Found any solution for this?

irehmanullah avatar Jan 12 '22 12:01 irehmanullah

no, in my case I removed some columns that would not be relevant and put this additional information in a modal

Williams25 avatar Jan 12 '22 12:01 Williams25

Great

irehmanullah avatar Jan 12 '22 12:01 irehmanullah

Same problem here.. nothing on this?

diegosiao avatar Mar 25 '22 12:03 diegosiao

in my case I created a modal to display this information

Williams25 avatar Mar 25 '22 12:03 Williams25

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,**
  }
];

diegosiao avatar Mar 25 '22 17:03 diegosiao

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.

stale[bot] avatar Apr 28 '22 10:04 stale[bot]