You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user wants to enable row selection not only through the checkbox area but also by clicking directly on a row. To facilitate this and ensure reusability, we propose to implement the click event on the row as a default behavior in BAITable, triggering the table's selection onChange event.
To provide flexibility, we will introduce a new prop called disableOnRowSelection. This prop will allow users to disable the row selection feature if needed.
This enhancement will improve the user experience by making row selection more intuitive and accessible.
The text was updated successfully, but these errors were encountered:
The user wants to enable row selection not only through the checkbox area but also by clicking directly on a row. To facilitate this and ensure reusability, we propose to implement the click event on the row as a default behavior in BAITable, triggering the table's selection
onChange
event.To provide flexibility, we will introduce a new prop called
disableOnRowSelection
. This prop will allow users to disable the row selection feature if needed.This enhancement will improve the user experience by making row selection more intuitive and accessible.
The text was updated successfully, but these errors were encountered: