Filter: gravityview_datatables_js_options
Modify the settings used to render DataTables.
Parameters
| Name | Type | Description |
|---|---|---|
| $dt_config | array | The configuration for the current View. |
| $view_id | int | The ID of the View being configured. |
| $post | \WP_Post | Current View or post/page where View is embedded. |
| $this | \GV_Extension_DataTables_Data | The current instance of the class. |
See Also
- https://datatables.net/reference/option/
- https://www.gravitykit.com/docs/gravityview-pro/datatables/how-to-disable-the-loading-data-message/
- https://www.gravitykit.com/docs/gravityview-pro/datatables/how-to-disable-the-datatables-search-filter/
- https://www.gravitykit.com/docs/gravityview-pro/datatables/datatables-sorting/
- https://www.gravitykit.com/docs/gravityview-pro/datatables/how-to-customize-the-csv-field-separator/
Since
- 1.0
- 3.3: Added
$thisparameter.
Source
Defined in includes/class-datatables-data.php at line 3723