Placing own divs (dom elements) into .top
Placing own divs (dom elements) into .top
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.
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.
This discussion has been closed.
Replies
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