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
+ Added "Clear all rows" command to MoreMenu. After clicking and confirming the action, the system will clear all rows in the table.
+ In order to be able to use text variant, added passing of text variant through MenuItem to Text
Problem
Try to find a convenient way to clear all table data.
Solution
Add a command to clear all data in the table.
Additional details
Only data rows are deleted, other data (header rows, filters) should be retained.
That means only removing the
.model.rows[]
(jq) part of the JSON.The text was updated successfully, but these errors were encountered: