Placing own divs (dom elements) into .top

Placing own divs (dom elements) into .top

achlanachlan Posts: 20Questions: 0Answers: 0
edited December 2009 in General
Hi,
I´d like to place some div into the .top area with function-buttons for adding a new entry, and deleting selected entrys.
Is it possible to place some own dom elements inside the .top and .bottom area?
I tried with the sDom, but I could just catch known elements with this...

Achlan.

Replies

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    Hi Achlan,

    I'm not 100% sure what you are looking for, but it sounds similar to this discussion: http://datatables.net/forums/comments.php?DiscussionID=942 . Basically you can use sDom to insert DIVs (with a class if you wish) anywhere in the DOM that is controlled by DataTables. Obviously it won't add elements to the DOM outside this area.

    Regards,
    Allan
This discussion has been closed.