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
At this moment, you can listen when a row changes. Also, you can select the row and get the list of selected rows. Currently, there is no plan for row action events, like a GestureDetector in the row. The way paged_datatable is built makes it a little bit difficult to "just put a GestureDetector" and also I'm working on collapsible/expansible rows, so, after that feature is ready, I can consider start working on this issue, so I'll keep this opened.
The existing function is to select through the selection box and then operate. But there is no way to directly perform it by long pressing, etc. Maybe I can submit a PR for reference.
I'm not thinking about how to implement this because a long press would be possible but without an ink splash, due to how paged_datatable implements fixed columns.
Hello, is there any plan to add row operation events? For example, long press, click, that is,
GestureDetector
function is put into the row?The text was updated successfully, but these errors were encountered: