Skip to content
Nicholas K. Dionysopoulos edited this page Mar 25, 2015 · 1 revision

Sql Header

Displays a header field with a drop-down list filtering widget. The source of the filter values comes from an SQL query.

The additional attributes are:

  • key_field the table field to use as key

  • value_field the table field to display as text

  • query the actual SQL query to run

We recommend avoiding this field type as the query is specific to a particular database server technology. Using the Model or the Selectable type with a programmatic data source is strongly encouraged.

Clone this wiki locally