fsLayui is a rapid development plug-in based on layui. It supports addition, deletion, modification and query operations of data tables. It provides common components and implements data requests by configuring HTML to reduce the repetitive development work of front-end js.
Why use fsLayui?
Traditional development generally requires the implementation of addition, deletion, modification and query functions, and each function needs to correspond to an HTML page and js binding operation.
Each operation needs to be bound to an event operation, so each page requires JavaScript code to implement it. For background systems that are not particularly strong in general business, the display of each page is basically the same, except for the requested URL. The addresses are inconsistent.
Problems solved by fsLayuiPlugin?
By introducing the fsLayuiPlugin js file, you can quickly develop datagrid addition, deletion, modification and query operations.
Support functions
Simple data table addition, deletion, modification and query
Tree data table (the tree is based on ztree, click on the tree on the left to refresh the table data on the right)
Multiple data tables (multiple data table operations on the same page)
tab tables (tab switching tables)
Add, delete, modify and query complex tables
Linked tables Add, delete, modify and check
Linked drop-down box (province and city cascade, etc.)
Data table escaping (for example: a certain field in the table needs to be filled with Chinese name with code)
File upload function
layedit editor
Data dictionary function
For more Layui related technical articles, please visit the Layui tutorial column to learn!
The above is the detailed content of What is fslayui. For more information, please follow other related articles on the PHP Chinese website!