Quick Save configurations
Advanced Tables offers multiple ways to customize Quick Save. Unless specified otherwise, these options can be configured directly on theAdvancedTablesPlugin object inside your PanelProvider.
Disabling Quick Save
You may disable Quick Save entirely by passingfalse to the quickSaveEnabled() method:
quickSaveIsEnabled() method on your List page:
Changing the icon
You may change the icon of the Quick Save button using theicon argument of the quickSaveInFavoritesBar() method:
Note: The Quick Save icon only applies when the button is in the Favorites Bar.
Changing the position in the Favorites Bar
By default, Quick Save is at the end of the Favorites Bar. You may position it at the start of the Favorites Bar using thequickSaveInFavoritesBar() method:
Displaying in the table toolbar
By default, Quick Save is displayed in the Favorites Bar. You may display it in the toolbar by passingfalse to the quickSaveInFavoritesBar() method and adding the quickSaveInTable() method:
Displaying as a modal
By default, Quick Save will open it’s form in a slideOver. You may display the form in a modal by passingfalse to the quickSaveSlideOver() method: