rsuite-table icon indicating copy to clipboard operation
rsuite-table copied to clipboard

Resizable does not work on mobile

Open el opened this issue 3 years ago • 0 comments

Versions

package version
react 17.0.0
rsuite-table 5.5.1

What is the expected behavior?

The user should be able to resize the columns on mobile devices

What is the current behavior?

Resizable only works on devices with a pointer and does not work with touch input.

What are the steps to reproduce?

Try to resize a table column on desktop, see that it is working as expected. Then, try the same thing on touch input like a smart phone, see it does not.

el avatar Jan 26 '22 15:01 el