d4dilip: Filtering after redrawing the table
d4dilip: Filtering after redrawing the table
From d4dilip moved from the 'how are you using DataTables' thread (which isn't a support thread):
Hello Friends
I am using datatable plugin. I like it a lot and i was able to make samples for almost of all kind of functionality available in it .
But now i want to use it in my project and i have a small situation here . This is how i am using it in my project :
1) i have a DIV om my Test.aspx page ( )
2) I have myData.xsl file.
3) I trigger some query on database and get dataset. I get xml from this dataset and pass it to my Brainer with xsl .
I get html string back( a html datatable .. formatter to use in Datatables plugin)
4) set inner Html of mydiv in code behind file with this html table.
5) It Renders everything on the page nicely and all is happy but
* Filter in the is not working any more .:(
* Selected row is not working
* delete selected row is also not working . and similar functionalities are not working .
Please suggest what to do to resolve this problem .
Hello Friends
I am using datatable plugin. I like it a lot and i was able to make samples for almost of all kind of functionality available in it .
But now i want to use it in my project and i have a small situation here . This is how i am using it in my project :
1) i have a DIV om my Test.aspx page ( )
2) I have myData.xsl file.
3) I trigger some query on database and get dataset. I get xml from this dataset and pass it to my Brainer with xsl .
I get html string back( a html datatable .. formatter to use in Datatables plugin)
4) set inner Html of mydiv in code behind file with this html table.
5) It Renders everything on the page nicely and all is happy but
* Filter in the is not working any more .:(
* Selected row is not working
* delete selected row is also not working . and similar functionalities are not working .
Please suggest what to do to resolve this problem .
This discussion has been closed.