We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a73d8 commit f0a7f54Copy full SHA for f0a7f54
src/Html/Column.php
@@ -12,10 +12,10 @@
12
* @property string $name
13
* @property string $title
14
* @property string $titleAttr
15
- * @property string $orderable
16
- * @property string $searchable
17
- * @property string $printable
18
- * @property string $exportable
+ * @property bool $orderable
+ * @property bool $searchable
+ * @property bool $printable
+ * @property bool $exportable
19
* @property array|string $footer
20
* @property array $attributes
21
* @property string $render
0 commit comments