Server Side Data Loading and Page Dom Update.
Server Side Data Loading and Page Dom Update.
rubyonrails3
Posts: 1Questions: 0Answers: 0
Hi,
Well I'm working with dataTable from some time and now I'm loading data via AJax. and it get's updated successfully. but now I'm losing some functionality like coloring a row/cell.
How can i load data from server and at the same time add a class to the cell/column/row.
More over data loaded from ajax, I can't apply anything and i gets only jquery empty object( I meant to say I can't access DOM elements which are added to the page after ajax request.
Please any one can help me with this Issue.
Thanks.
Well I'm working with dataTable from some time and now I'm loading data via AJax. and it get's updated successfully. but now I'm losing some functionality like coloring a row/cell.
How can i load data from server and at the same time add a class to the cell/column/row.
More over data loaded from ajax, I can't apply anything and i gets only jquery empty object( I meant to say I can't access DOM elements which are added to the page after ajax request.
Please any one can help me with this Issue.
Thanks.
This discussion has been closed.