We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfbb22 commit 53b677aCopy full SHA for 53b677a
src/Grid.php
@@ -110,6 +110,8 @@ protected function init(): void
110
$this->paginator = $seg->add(Factory::factory([Paginator::class, 'reload' => $this->container], $this->paginator));
111
$this->stickyGet($this->paginator->name);
112
}
113
+
114
+ $this->stickyGet('atk_layout_maestro_crud_menu_menu_item_view_jssearch_q');
115
116
117
protected function initTable(): Table
0 commit comments