Skip to content

Commit dadb5bd

Browse files
authored
exclude tables (#83)
* exclude tables add information from joomla/joomla-cms#39828 * Update table-columns.md
1 parent fa28f2c commit dadb5bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/using-core-functions/table-columns.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@ $wa = $this->document->getWebAssetManager();
4040
$wa->useScript('table.columns');
4141
```
4242

43-
### Note
43+
### Notes
4444
Your table will need to be a valid html table with a `<thead>` and each column a `<th>`.
45+
46+
If you have multiple tables on the page and you want to prevent the script loading on one of those tables then you can add the class "columns-order-ignore" to the table.
47+

0 commit comments

Comments
 (0)