If I understood you correctly, you can try using a serialized PHP array, or you can use function wdtOutputTable which is Helper func that prints out the table in backend. Also, you have to include all modals (delete, close and edit modal template).
<!-- /Modals -->
<?php wdtOutputTable('1'); ?>
<!-- Close modal -->
<?php include WDT_TEMPLATE_PATH . 'admin/common/close_modal.inc.php'; ?-->
<!-- Close modal -->
<!-- Delete modal -->
<!--?php include WDT_TEMPLATE_PATH . 'common/delete_modal.inc.php'; ?-->
<!-- /Delete modal -->
<!-- Edit modal -->
<!--?php include WDT_TEMPLATE_PATH . 'frontend/modal.inc.php'; ?-->
I want to add a wpData table but by using php code.
I dont want to add it using the API but using the hard code.
How I can do that?
Hello CEC_IAU.
Thank you for your purchase.
If I understood you correctly, you can try using a serialized PHP array, or you can use function wdtOutputTable which is Helper func that prints out the table in backend. Also, you have to include all modals (delete, close and edit modal template).
Please let me know if this helps.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks a lot
You are welcome CEC_IAU. Glad that we solved the issue.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
We'd greatly appreciate it if you could take a minute and leave a Review on CodeCanyon on this link. Thanks!
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables