Hello,
I have a problem with refresh datatable, i load the new data but it not shows…
I have tried "$$(‘datatable’).refresh(); and $$(‘datatable’).refreshColumns(); "
but it doesn’t work…
Thanks,
Warm Regards
-Daniele-
Hello,
I have a problem with refresh datatable, i load the new data but it not shows…
I have tried "$$(‘datatable’).refresh(); and $$(‘datatable’).refreshColumns(); "
but it doesn’t work…
Thanks,
Warm Regards
-Daniele-
Which code are you using to reload the data ?
Normally it will be as follows
table.clearAll();
table.load(new_url);