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 3c7abf4 commit d0c1cb1Copy full SHA for d0c1cb1
src/TabularColumn.php
@@ -20,8 +20,8 @@
20
class TabularColumn extends BaseColumn
21
{
22
/**
23
- * @var array|\Closure the HTML attributes for the table body columns. This can be either an array
24
- * specifying the common HTML attributes for all body column, or an anonymous function that
+ * @var array|\Closure the HTML attributes for the indivdual table body column. This can be either an array
+ * specifying the common HTML attributes for indivdual body column, or an anonymous function that
25
* returns an array of the HTML attributes. It should have the following signature:
26
*
27
* ```php
0 commit comments