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

Can not make horizontal scroll bar always visible

Open andy-yu-y opened this issue 3 years ago • 2 comments

There is no way to make horizontal scroll bar always visible. User can only scroll down to the bottom of the table to do the scroll left and right action. below is the code for your reference:

} columns={getColumns()} data={tableData.list} keyField={keyField}

if add responsive={false} to the code, the horizontal scroll bar will impact the whole page not only data table and the background color is mess up. horizontal responsive Any suggestion about it?

andy-yu-y avatar Aug 11 '22 08:08 andy-yu-y

I've the same issue on laptop

advsuite avatar Aug 12 '22 11:08 advsuite

Can someone take a look at this issue? It is a pretty normal function should be considered. Thanks.

andy-yu-y avatar Sep 02 '22 07:09 andy-yu-y