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://docs.gravitykit.com/article/243-how-to-disable-the-loading-data-message
- https://docs.gravitykit.com/article/201-how-to-disable-the-datatables-search-filter
- https://docs.gravitykit.com/article/665-datatables-sorting
- https://docs.gravitykit.com/article/249-how-to-customize-the-csv-field-separator
Since
Source
Defined in includes/class-datatables-data.php at line 1354