List SubPage
Includes list of all tables in a database
01. Page Records
FilterBy
Allows user to select how to arrange data fetched from the database to be filtered. e.g filter by 'Id'
FilterValue
Allows user to select the field value to be fetched from the database when linking ListPage
data
OrderBy
Allows user to choose how the data will be queried from the database e.g order 'Id'
OrderType
Allows user to select how records will arranged when queried from the database, whether:
DESC
: DescendingASC
: Ascending
PageLimit
02. Page Designs
WrapperClass
Allows user to set the class for wrapping the List Page
ShowHeader
When set to True
, displays the ListPage title
When set to False
, hides the ListPage title
ShowFooter
When set to True
, displays the ListPage footer
When set to False
, hides the ListPage footer
Pagination
When set to True
, displays pagination on the page
When set to False
, hides pagination
Misc
ResetGrids
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
Last updated