github jbetancur/react-data-table-component v0.9.1

latest releases: v7.6.2, v7.6.1, v7.6.0...
pre-release5 years ago

Release Notes

Bugs

  • #26 Unable to select text in a cell.

Known Issues

As described in #26 React data table is unable to allow text selection when the onRowClicked callback is set. Therefore, as a workaround when the property is not set then the table will behave normally and allow text selection.

IMHO/Experience, clicking/touching rows to navigate is a terrible UX for Desktop apps since the functionality is not immediately obvious to a user. Probably, the right way to do this is to have a More Detail Button or use an Edit action on a menu, or even to make a field link/clickable that invokes some action or navigation. However, there are cases when this behavior is the norm and so the workaround if you want to allow TableCell selection is to not use onRowClicked

Don't miss a new react-data-table-component release

NewReleases is sending notifications on new releases.