Documentations
  • Welcome to PHPRad Documentations
  • Getting Started
    • System Requirements
    • Installation
    • Creating New Project
    • Creating New Database
  • Gallery
    • Component Gallery
  • Connecting to a database
    • Creating Database View
    • Creating Custom View
    • Syncing Database
    • Modifying Database
  • PHPRad Pages
    • Pages
      • Page Fields
      • Page Properties
        • List Page Properties
        • View Page Properties
        • Add Page Properties
        • Edit Page Properties
        • Delete Page Properties
      • Page Field Properties
        • List Page Field Properties
        • View Page Field Properties
        • Add Page Field Properties
        • Edit Page Field Properties
      • Modifying User Page
  • PHPRad Page Design
    • Layout Components
      • Row Components
      • Column Components
    • View Components
      • Accordion
      • Tab Page
        • Tab
      • Form Wizard
        • Step
          • CustomView
      • Modal Component
      • Header Component
      • Custom View Component
    • Page Filter Components
      • Button
      • Search Field
      • Range Field
      • Date Field
      • Multi-Choice List Field
      • Single Choice List Field
      • Select Field
      • Dropdown Menu
      • Nav Filter Menu
    • Menu Component
      • Static Menu
      • Dynamic Menu
    • Record Count Component
    • Chart Component
    • SubPage Component
      • List SubPage
      • View SubPage
      • Add SubPage
      • Edit SubPage
  • Security
    • Authentication
    • Adding Roles and Permissions
    • Adding User Record Management
    • Adding Audit Trail Log
  • Project Theme
    • Applying Project Theme
  • Settings
    • Project Settings
      • Project Configuration
      • Email Configuration
    • Menu Configuration
    • Global Settings
  • Publishing Application
    • Preview Application
    • Publish to Production
  • Project Explorer
    • Editing Project File Manually
    • Editing App Custom Css
Powered by GitBook
On this page
  • 01. Page Records
  • FilterBy
  • FilterValue
  • OrderBy
  • OrderType
  • PageLimit
  • 02. Page Designs
  • WrapperClass
  • ShowHeader
  • ShowFooter
  • Pagination
  • Misc
  • ResetGrids

Was this helpful?

  1. PHPRad Page Design
  2. SubPage Component

List SubPage

Includes list of all tables in a database

PreviousSubPage ComponentNextView SubPage

Last updated 5 years ago

Was this helpful?

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: Descending

  • ASC: 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