DSL section for URL state synchronization at the resource level.
This allows overriding domain-level url_sync defaults for specific resources.
Example
mishka_gervaz do
table do
url_sync do
enabled true
params [:filters, :sort, :page, :template]
prefix "users" # URL params will be ?users_filter_status=active
end
end
endOptions
enabled- Enable/disable URL sync for this resourceparams- Which state to sync (filters, sort, page, search, template)prefix- Prefix for URL params to avoid conflicts between tables