Wiki

Clone wiki

grails-datatables / jQueryUI

jQueryUI

Values

Name Type Values Default
jQueryUI boolean true, false false

Description

jQueryUI is a configuration option that allows you to specify whether you will be styling your DataTables using jQueryUI. This setting instructs the GrailsDataTables plugin to perform several steps that are required in order for the tables to work properly with JQueryUI. Note that in order to use JQueryUI styling, you must also set the appropriate assets as described in step 2 on the Quick Start page.

Example Configuration File Entry

grails.plugin.datatables.jQueryUI = true

See Also

Quick Start


Back to Options.

Updated