Theophilix / event-table-edit-old

Event Table Edit is a free table plugin for Joomla 3.x to create a responsive, editable table with CSV / XML import and export, and a simple appointment booking system function. Any help in the development is highly appreciated.
GNU General Public License v3.0
10 stars 6 forks source link

Frontend / Layout: give delete buttons it's own column, separate it from the change sort order column #49

Closed Theophilix closed 6 years ago

Theophilix commented 7 years ago

It does make sense to separate the delete cross from the duo-column "change sort order column" and give deleting function an own column. With this, the height of the grey box should be made flexible and the input field for the number could be made smaller in width (maybe half width).

Here it is necessary to: a) create one more option in backend and rename them: "Add row sorting and deleting column" should be transformed into -> "Add row sorting column" + "add column to make rows deletable" / yes+no b) add new rule in ACL and change old one. ("delete" + "reorder rows") works correctly c) create one additional column for the red cross butttons d) put the file cross.png in site folder because the file cross.png is in the admin folder. If the admin-folder is password protected, users can't change status of bolean value (cross or check mark). Therefor, we should move the file "cross.png" from admin to site folder.

Theophilix commented 7 years ago

arguments for this discussion: ++if the user only wants to enable deleting function, the column for this is smaller than the actual one with double usage. -- the additional column could lead to problems with layout views and need a good programming effort

Theophilix commented 6 years ago

Fixed in 4.6.3 version