Skip to content

v0.9.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbetancur jbetancur released this 15 Jun 16:47
· 849 commits to master since this release

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