The postQuery hook allows developers to execute custom code after a query is performed.
Parameters #
- table: reference to the table instance and state
table: {
instance: " - reference to table api - ",
state: " - reference to table store - ",
requery: " - function to perform requery - ",
}
Return value #
None
Execute any action #
((table) => {
// Implement postQuery here
wpda.log.info("message from postQuery", table)
})