Interface functionalities
ZbxWizz is designed visually by the principles of a spreadsheet editor. Therefore it implements most of the functionalities that you might expect from such a tool:
- editing cells
- sorting
- filtering
- add rows
- remove rows
- reorder column
- column resize
- add/remove/rename columns
- add/remove/rename worksheets
Still, since it's not quite a classical spreadsheet editor it has certain particularities:
- when creating a new worksheet is literally empty: no columns, no rows. Loading data into it is done by importing from a file or from the Zabbix API (check the Importing data section). If users will request to create and actual empty table when creating a new worksheet, I might reconsider this decision
- you can delete rows one by one by using the rows menu or delete them in bulk by selecting first the rows to be deleted and then use the hamburger menu (top left) to delete them
- reordering the columns does not work by drag'n'drop, yet. Use the Table menu to open the column reordering dialog
- filtering is not yet perfect... the search term is treated as a regular expression. So make sure to escape special characters