As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
hi admin, I was previously trying this lite version of wpdatatable. I'm having a problem, I have a json link with this address:
https://hargapangan.id/getjson?option=com_gtpihps&task=json.statFluctuationByCommodity&commodity_id=1
When I try to enter the link in the wpdatatable, the message Please provide a correct format for the cell always appears.
what is the solution for this error message
Hi Hery
Thank you for reaching out to us.
When working with JSON format please note: Currently, wpDataTables accepts this, and only this, format of JSON (see example): a one-level array of same-structured objects where each object will be parsed as a row, and each field inside of the object as a cell. If your software does not return this format, you would need to prepare, as an example some PHP adapter to return one of the formats that wpDataTables would accept.
As the error itself indicated, the structure of the file is incorrect. Please have a look at our documentation on how to correctly create a table using JSON files
https://wpdatatables.com/documentation/creating-wpdatatables/creating-wpdatatables-from-json-input/