Extending orders table #3231
luiseduardobraschi
started this conversation in
Ideas
Replies: 2 comments
|
I managed to work it out using wp.hooks.addFilter.
The objects are like these: dokan/src/dashboard/orders/OrderList.tsx Lines 600 to 646 in 139de4f |
0 replies
|
Continuing the post on Wordpress.org:
I don't want either. I want to send the action via Ajax and have the table (just the table, not the whole page) reload in the exact page it is in the table pagination, just like what happens when you change the status, if possible. I'm using old-style WordPress-ish JavaScript approach and it looks basically like this: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello. I have an add-on that relies on the actions column of the order tables. Is it possible to extend the new UI to add new actions?
Here’s an example of the old PHP-based UI. The blue/yellow buttons:
All reactions