Changes for page RealtimeLivetable

Last modified by Vincent Massol on 2024/02/26 17:54

From version 67.10
edited by Clément Desableau
on 2020/05/15 16:05
Change comment: There is no comment for this version
To version 67.11
edited by Clément Desableau
on 2020/05/15 16:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -722,6 +722,16 @@
722 722  * way more complicated than solution 1
723 723  * we have to create another wizard doing the same thing than the one in the add-new-entry page
724 724  
725 +== Selecting rows and Batch operations ==
726 +
727 +This feature has been asked by many users: it would be nice to be able to select rows in the table, and to execute an action for all of them.
728 +
729 +The action could be: deleting the entry, changing the rights, ...
730 +
731 +This would not be complicated to set up: we only need to add column on the left of the table where we display a checkbox for each row. In the column header, there is a checkbox that allow to quickly check / uncheck all the present rows in the table.
732 +
733 +Once we select at least one row, a menu appears (or become enabled) above the table, and let the user perform the desired action.
734 +
725 725  == Columns operations ==
726 726  
727 727  There are several operations on the columns the user might consider, like reordering or hiding some of them. These action would only affect the user display and would have no effect on the server or the other Livetables.

Get Connected