Hi support,
Is there any way to define “custom” attributes to the json server response?
I use dynamic loading, and want to parse the total amount of a “price” column from the server side.
My json response looks like this:
{total_count:xx,pos:xx,total_amount:xx,rows:[{…
Is there any way to get the “total_amount” value ?
There is no way to access global attributes like “total_count” or “pos”. You can add custom attributes only for the row or cell. Please find more information here dhtmlx.com/dhxdocs/doku.php?id=d … attributes