Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.advancedtables.com/llms.txt

Use this file to discover all available pages before exploring further.

Default Views Advanced Tables now allows your users to manage which view they would like to be their default view for each table. When a view is a default it will be automatically loaded when the resource/table is first opened after logging in.

Enable Managed Default Views

Managed Default Views are disabled by default. To enable, add managedDefaultViewsEnabled() to your panel provider:
AdvancedTablesPlugin::make()
    ->managedDefaultViewsEnabled()