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. Data Bind
  • FieldName
  • SingleFilter
  • Datasource
  • 02. Component Design
  • Header Title
  • FilterTag
  • Reset Item Text
  • WrapperClass
  • Justify
  • Fill
  • Vertical
  • NavType

Was this helpful?

  1. PHPRad Page Design
  2. Page Filter Components

Nav Filter Menu

PreviousDropdown MenuNextMenu Component

Last updated 5 years ago

Was this helpful?

01. Data Bind

FieldName

Allows user to select the field in a database table by which the Nav Filter Menu will filter the records

SingleFilter

When set to True, filters only by the current Nav Filter Menu component, when set to False, filters by multiple filter components

Datasource

Allows user to select where to pull data from; from a database, from a table etc

  • Quick List: Allows user select list of preferred data, and add more if necessary

  • Enter Value: Allows user to enter the values in a field and select preferred label

  • Data Table: Enables user to select table, its value and label

  • Custom SQL: Allows user to enter their custom query

    • Query Builder

      • Designer: Allows user to select tables, fields, sort, sort order, group, aggregate, operand, comparator and value that will be used to build queries

      • Code: This is where you view generated queries

      • Result: Allows user to observe query results and apply changes in the designer section if needed

02. Component Design

Header Title

This allows user to give the Nav Menu a defined name

FilterTag

Allows user to name the tag of the filtered result after Nav Filter Menu have been selected and filtered

Reset Item Text

Shows as part of the drop down list, when selected, resets the filtered records to default state

WrapperClass

Allows user to set the class for wrapping the drop down menu

Justify

Centers records or the contents in the Nav Filter Menu component

Fill

Vertical

Arranges Nav Filter Menu component in a vertical order when set to True

NavType

Allows user to choose the type of Nav Filter Menu component to be used