How to embed datatables via Ajax
How to embed datatables via Ajax
Hi all!
I would like to embed multiple (different) tables on a web page with tabs via ajax (only a client side application and some "html standard tables"). I only achieve to get it through iframes, but it is a solution that I don't like and I understand that using ajax the full page behavior is perhaps the best.
Can anyone share their experience? Any guidelines?
Thanks in advance for your help.
Luys
I would like to embed multiple (different) tables on a web page with tabs via ajax (only a client side application and some "html standard tables"). I only achieve to get it through iframes, but it is a solution that I don't like and I understand that using ajax the full page behavior is perhaps the best.
Can anyone share their experience? Any guidelines?
Thanks in advance for your help.
Luys
This discussion has been closed.
Replies
Two different tables w/ different IDs. I have two datatable instances running, and it works flawlessy. Again, this is for data gotten from the DOM, but modifying it to use Ajax is trivial.