{hero}

searchBuilder.greyscale

Since: SearchBuilder 1.0.0

Removes the colours from SearchBuilder.
Please note - this property requires the SearchBuilder extension for DataTables.

Description

This option is an alias to searchBuilder.greyscale, which should be preferred when using DataTables 2+. It can be used to configure SearchBuilder regardless of how the panes are inserted into the document (layout or searchBuilder).

Please refer to the documentation for searchBuilder.greyscale for full details of this option.

Type

boolean

Description:

When true, remove the colours from SearchBuilder.

Example

Removing the colours from SearchBuilder:

new DataTable('#myTable', {
	layout: {
		top1: 'searchBuilder'
	},
	searchBuilder: {
		greyscale: true
	}
});