Meta Box
Support Forum
Support › MB Custom Table › Custom Model & DataTablesResolved
Hi,
I wondered if it is possible to have a WordPress Admin page to pull data from a custom model into a datatables (e.g. https://datatables.net) and allow to edit and update the table instead of the default wordpress admin tables.
thanks
Nick
Hello Nick,
Yes, it is possible. You will need to create some custom code to create the table and get data from the database directly and show data in the table. Refer to the WordPress documentation https://developer.wordpress.org/plugins/settings/custom-settings-page/
ok thanks anyway