List SubPage
Includes list of all tables in a database
Last updated
Includes list of all tables in a database
Last updated
Allows user to select how to arrange data fetched from the database to be filtered. e.g filter by 'Id'
Allows user to select the field value to be fetched from the database when linking ListPage
data
Allows user to choose how the data will be queried from the database e.g order 'Id'
Allows user to select how records will arranged when queried from the database, whether:
DESC
: Descending
ASC
: Ascending
Allows user to set the class for wrapping the List Page
When set to True
, displays the ListPage title
When set to False
, hides the ListPage title
When set to True
, displays the ListPage footer
When set to False
, hides the ListPage footer
When set to True
, displays pagination on the page
When set to False
, hides pagination
When set to True
, breaks records down into rows to fit pages example, for component to fit screen, breaks records into rows to fit the screen size