Besides viewing some info in the ordered way, List allows users to edit existing data. Just click the required item of the list and change its value the way you wish.
Click on any item to open the editor
Webix allows you to validate one record or all data set against predefined validation rules. If there's an unacceptable value, the corresponding item will be highlighted. You can also display a warning message on the screen.
Try editing the item coloured in pink
With one setting you can enable dynamic data loading and lazy rendering of List items. Dynamic loading lets you load the data when they are needed, which significantly improves server performance. Lazy rendering also improves performance of apps, as List items are added to the page only when they are scrolled to.
Grouplist allows presenting a list of data items grouped by category. Data grouping is hierarchical, which means that any group item can start its own group. Moreover, you can sort and filter all Grouplist items with no effort.
Click on the list item to see its group
This UI-related JavaScript pagelist presents an offbeat way of data presentation. While standard lists arrange items vertically, the X-list offers horizontal patterning while keeping all the list functions.
List with a fixed width and custom CSS for items
Unitlist enables the presentation of data in groups derived from initial non-hierarchical datasets. With this UI widget, data items are sorted and then united by common values. Unitlist helps you to cope with a large amount of messy information by organizing it into small groups.
You can add animated paging to the Webix JavaScript List. It will help your end user promptly find important information.
Click on the 'Next' button
You can easily filter the data contained in Webix List JS widget. It also allows you to find important items quickly.
Type in the input fields to filter the lists
This JavaScript List widget enables you to copy and paste list items and other HTML objects easily by using familiar hotkeys.
Use 'Ctrl+C' and 'Ctrl+V' to copy and paste list items
List – Part of Webix UI Library
List functionality
List – Part of Webix UI Library