From b6cc3f247617afe931cb09499bfb37a7fd42039c Mon Sep 17 00:00:00 2001 From: jaydons <44308248+jaydons@users.noreply.github.com> Date: Mon, 2 Oct 2023 03:50:55 -0700 Subject: [PATCH] docs: initCollapsed option ref: https://github.com/yajra/laravel-datatables-html/pull/207 --- search-panes-options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/search-panes-options.md b/search-panes-options.md index 438be85..206a41b 100644 --- a/search-panes-options.md +++ b/search-panes-options.md @@ -18,6 +18,7 @@ public function html() : \Yajra\DataTables\Html\Builder // SearchPane::make()... ] ) + ->initCollapsed(true) ->collapse(false) ->dtOpts( // Sets the options for the datatables inside the searchpanes [