Connect a master data element to your table and get automatically a master data form!
Configure the list columns and the form with JSON to get it functionally and good looking!
The data access rights are easily configured in the backend and displayed in the master data form.
User manual
Listing record functions:
- List
- Sort
- Filter
Crud functions:
- Create, New record
- Read, Load record
- Update, Save record
- Delete record
Export functions:
- CSV export
- Excel export
- PEF export
Configuration functions:
- Column order
- Column width
- Column selection
- Data read limit
The form is devided into two parts. In the top is the record list with filter and sorting. In the bottom the record is displayed and can be edited in the form. You can drag the line between to enlarge or shrink the listing.
Listing Functions
Sort
Actually you can sort the displayed records. A callback for the server will be installed later.
Header filter
this are the filters:
- like (default)
- =
- >= or >
- <= or <
- !=
Column Order
With drap & drop in the column header you can move the colum to the desired position.
Column Width
Set the cursor between the columns. The Cursor changes to: <->By drag & drop you can adjust the column width.
List
Each record ist displayed in 1 line. The columns are defined in the datadefintion of tabulator. The following symbols display the rights of the user:
- edit
- delete
- blocked
Functions for the form
New
New empties the form. In future default values for the fields will be supported.
Edit (by Click in the List)
By clicking on the line the recordset is displayed in the form and can be edited. Independent from the displayed columns in tabulator the whole record already loaded in the row. A new load from the server is not necessary.
Cancel
Cancel undos the changes and displays the original record.
Save
Before saving the data a validation by jsonform is done. If its failed you first have to correct the values. In future the data-access-class will do a validation check for the fieldtype and the user rights. Other checks have to be progammed by yourself.
Delete (X click in the List)
The user rights are implemented. If the ban is displayed, deletion is not allowed. After a confirmation question, the record will be deleted. The form displays an empty record.
Dropdown Menu
Options:
- utf-8 CSV Export
- Excel Export
- PDF Export
- Set read limit
- Choose columns
- Save configuration
- Reset configuration
- Multi select, set on
Utf-8 CSV Export, Excel Export, PDF Export
You can download the displayed data in the desired format. If not all lines are displayed, please change the record read limit.
Set read limit
You can change the record read limit to an arbitrary value. The read limit is valid until you load a new page.
Choose columns
The Choose colmns dialog allows you to choose the displayed columns.
Save configuration
(only available when loogged in)
With "Save configuration" you save the choosen columns, the order of the columns and the the column width.
Reset configuration
(only available when loogged in)
By reseting the configuration the default columns, its order and with is set to default.
Multi select on
For some special functions the selection of 1 line can be changed to multi line selection.