GravityEdit: Disable auto-refresh after inline edit in DataTables
When you use GravityEdit on a DataTables View, the table automatically reloads after each inline edit so the updated data is reflected immediately. If you’d rather keep the current sort, pagination, or scroll position and only refresh when the user reloads the page, you can turn the auto-refresh off.
How to disable the auto-refresh
- Edit your DataTables View.
- Scroll to the DataTables settings metabox.
- Find the Inline Edit section and uncheck Refresh Table After Inline Edit.
- Click Update to save the View.
Note: This setting only affects DataTables Views that use server-side (AJAX) processing. Client-side (preloaded) tables always refresh after an inline edit. See DataTables Data Processing Mode (AJAX or Preloaded) for the difference.
Version note: This setting requires GravityEdit 2.9.0 or higher.