Kendo UI for Vue
The Vue ListView component is a flexible component that enables the display of items in a list with a template that determines how each item is rendered. Think of results lists like those seen in search engines, tweets from Twitter and inbox items in email clients, etc.
Easily organize large lists of items with the paging feature. With this feature enabled, lists will be organized into pages. The first is initially loaded and new ones will be rendered as the user navigates from page to page. While providing a nice feature for users, this also helps with loading performance.
The Vue ListBox allows scrolling by default and provides an endless scrolling mode to help provide an excellent experience for users browsing large lists of items. This mode is an alternative to paging. An initial list is loaded and when the user gets to the end, a new set is retrieved and rendered. To see a real-world example, go to Facebook and scroll.
Control everything about the formatting of the ListView component with templates. The item template formats each individual item in its list and is the most used, but you can also format the component's header and footer.
See the Vue ListView Templates demo
The Vue ListView component fully supports the ability to create, edit and delete items within its interface. Editing functionality can be done on an item-by-item basis, or throughout the entire list of data items.
When dealing with large lists, the Vue LIstView component helps users find the information they are looking for by providing a robust filtering feature. Users can set one or multiple conditions.