reloading datatable
reloading datatable
anilvjava
Posts: 2Questions: 0Answers: 0
Hi Folks,
I have a datatable and when I click on row in datatable it will open jquery dialog and on close of dialog window, I need to refresh the datatable not the entire page. Can anybody pls let me know how can I reload the datatable.
my datatable code is like :
oTable = $('#activeRequests').dataTable({
"bProcessing": true,
"bRetrieve": true,
"bServerSide": false});
my jsp is :
all columns are here
here I'm using jstl and iterating the list to get data from spring action
its like :
I have a datatable and when I click on row in datatable it will open jquery dialog and on close of dialog window, I need to refresh the datatable not the entire page. Can anybody pls let me know how can I reload the datatable.
my datatable code is like :
oTable = $('#activeRequests').dataTable({
"bProcessing": true,
"bRetrieve": true,
"bServerSide": false});
my jsp is :
all columns are here
here I'm using jstl and iterating the list to get data from spring action
its like :
This discussion has been closed.
Replies
if you're building a static html-sourced datatable, but best you could do is to have the datatable in an iframe and only reload the frame.