≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Multiple Server-Side Tables on one page?
Multiple Server-Side Tables on one page?
deadcode2
Posts: 2
Questions: 0
Answers: 0
May 2011
edited May 2011
in
General
Hi there!
I want to use 2 Datatables on one page, both having their own MySQL Table as Datasource.
How can I do that, since only one initialization is allowed? Is it even possible?
regards,
deadcode
Replies
deadcode2
Posts: 2
Questions: 0
Answers: 0
May 2011
Hi again!
I did indeed solve it myself now, works perfektly ;)
This Thread helped me out:
http://datatables.net/forums/comments.php?DiscussionID=325&page=1#Item_0
but indeed, i made a mistake including the files.
Also note that
[code]
datatable2obj.dataTableSettings[0]
[/code]
refers to the first table rendered.
regards,
deadcode
This discussion has been closed.
Replies
I did indeed solve it myself now, works perfektly ;)
This Thread helped me out:
http://datatables.net/forums/comments.php?DiscussionID=325&page=1#Item_0
but indeed, i made a mistake including the files.
Also note that
[code]
datatable2obj.dataTableSettings[0]
[/code]
refers to the first table rendered.
regards,
deadcode