Table not redrawing after delete row
Table not redrawing after delete row
Hi,
I am currently looking to delete multiple rows from a table.
I have come across a few issues:
Firstly, I am deleting the rows by passing array of ids to server and executing the deletion on server.
I am using an ajax call to complete the call to server etc.
On success - I wish to refresh the table from server - so I am using redram function. However, I am getting oSettings is null error.
Can you please assist ?
Thanks in advance
I am currently looking to delete multiple rows from a table.
I have come across a few issues:
Firstly, I am deleting the rows by passing array of ids to server and executing the deletion on server.
I am using an ajax call to complete the call to server etc.
On success - I wish to refresh the table from server - so I am using redram function. However, I am getting oSettings is null error.
Can you please assist ?
Thanks in advance
This discussion has been closed.