From 1f81ce361cb454b1655d6e2a7ac031bc1e3b2ede Mon Sep 17 00:00:00 2001 From: Sam Light Date: Thu, 27 Mar 2025 10:53:34 +0000 Subject: Seperating toolbar into its own class and views --- src/Toolbar/ColumnSelect.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/Toolbar/ColumnSelect.php (limited to 'src/Toolbar/ColumnSelect.php') diff --git a/src/Toolbar/ColumnSelect.php b/src/Toolbar/ColumnSelect.php new file mode 100644 index 0000000..a70c49a --- /dev/null +++ b/src/Toolbar/ColumnSelect.php @@ -0,0 +1,17 @@ + $this->getTable()->getColumns() + ]); + } +} -- cgit v1.2.3