Server Data
Introduction
Custom List Manager - A system to manage all your website`s dynamic lists.
Default
Get data from server by ajax.
Search
You can specify in the settings which columns you want to search in, assuming your server app is checking in request data for "query" input.
In this example, we specified columns "ID"
and "Name"
.
Sortable
You can specify in the settings which columns you want to make sortable, assuming your server app is checking in request data for "orderBy" input.
In this example, we specified columns "ID"
, "Name"
, "Posts"
, "Followers"
and "Following"
.