Multiple Server-Side Tables on one page?

Multiple Server-Side Tables on one page?

deadcode2deadcode2 Posts: 2Questions: 0Answers: 0
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

  • deadcode2deadcode2 Posts: 2Questions: 0Answers: 0
    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.