Table-Level Hooks

Posts under the "Table-Level Hooks" category

renderDetailPanel

renderDetailPanelThe renderDetailPanel hook allows developers to implement custom detail panels. This hook is highly versatile, enabling the creation of banners, data entry forms, or any HTML content containing your desired elements. As a JavaScript hook, it also...

customActionsTop

customActionsTopThe customActionsTop hook allows developers to add custom actions to the table actions shown at the top left corner.Parameters log: reference to WP Data Access logger table: reference to the table instance and state Return valueTemplate literal, DOM...

customActionsBottom

customActionsBottomThe customActionsBottom hook allows developers to add custom actions to the table actions shown at the bottom left corner. Please be aware that these actions are only accessible to users when pagination is set to BOTTOM or BOTH.Parameters log:...