• What is GoPlaid
  • Getting Started
  • 1 Minute Quick Start
  • The Go HTML builder
  • Basics
  • Page Func and Event Func
  • Layout Function and Page Injector
  • Switch Pages with Push State
  • Reload Page with a Flash
  • Partial Refresh with Portal
  • Manipulate Page URL in Event Func
  • Form Handling
  • Summary of Event Response
  • Scope Component
  • Event Handling
  • Keyboard Shortcut
  • Components Guide
  • Composite new Component With Go
  • Integrate a heavy Vue Component
  • Vuetify Components
  • A Taste of using Vuetify in Go
  • Basic Inputs
  • Auto Complete
  • Variant Sub Form
  • Navigation Drawer
  • Lazy Portals
  • Linkage Select
  • Presets Guide
  • Not just scaffolding, it's the whole house
  • Listing Customizations
  • Filters
  • Editing Customizations
  • Detail page for complex object
  • Permissions
  • Notification Center
  • Appendix
  • All Demo Examples

Filters

To add a basic filter to the list page

For example:

Check the demo | Source on GitHub
Call `FilterDataFunc` on a `ListingBuilder`
On This Page