Hooks in Table Module
Table module for Beaver Builder helps you build data tables on your site. You can add features like sorting and pagination. You also get complete control over the styling.
If you would like to add some custom code to the Table module, we have added the following hooks:
Hook | Location | Description |
---|---|---|
pp_before_table_module |
Before Table | Hooks the code just before the table HTML markup. |
pp_after_table_module |
After Table | Hooks the code just after the table HTML markup. |
You can also override the module. Check this article for more details.