Filters

Posts under the "Filters" category

Default where

 You can find pagination options by going to Table Builder > TABLE > Default WHERE. ​A default where must be valid SQL.ExamplesHardcoded condition.Use the built-in variables httpGet, httpPost and httpRequest to access HTTP GET and HTTP POST parameters from a...

URL parameters

The following variables are available to use URL parameters in a default where clause: httpGet['param_name']: Returns the value of parameter param_name for an HTTP GET request httpPost['param_name']: Returns the value of parameter param_name for an HTTP POST request...

Shortcode parameters

Shortcode wpda_app supports custom shortcode parameters, allowing plugin users to utilize any parameter name in a shortcode and incorporate its value into the default WHERE clause.Usage examplesNotes Null is returned when no shortcode parameter with the given name is...

Global filter

The global filter allows users to perform wildcard searches across all searchable columns. It can be disabled entirely or selectively for specific columns. To disable the global filter entirely, go to the Table Builder's table menu and deselect the enable column...

Column filters

Column filters allow users to search within specific columns. To enable this feature, go to the Table Builder’s table menu and select the enable column filters option. Here, you can also adjust the position of the column filters. Column filters can be activated for...