You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your are getting the country and it is sent to DataTable. But on DataTable cannot retireve the value sent on the field 'loc.properties.country' because loc is an array and DataTable do not allow 'loc.'properties'.
You need to use a renderer on the field (like in the test package with the module) and process manually the data:
Hi,
First of all thank you for the excellent plugin.
I have a problem when I'm working with nested objects with arrays. My model is:
and my goal is to retrieve, e.g. loc.properties.country, however I cannot see any info in my tables.
Please see my debug info:
How I can pass the right data to datatables?
Thanks.
The text was updated successfully, but these errors were encountered: