Dear, I want to know if this is an error in the functions.
when using jqxGrid:
$ (“# table”). jqxGrid (‘updatebounddata’);
everything ok
but when using jqxDataTable:
$ (“# table”). jqxDataTable (‘updatebounddata’);
it says “Uncaught jqxCore: Invalid parameter ‘[updatebounddata]’ does not exist.”
I have to put the updateBoundData parameter with uppercase “B” and “D”, so that it works for me.