You can't put the info into the table itself (well you can using normal jQuery DOM manipulation, but not using sDom), likewise, because the existing DIV isn't under control of DataTables that can't be done either. However, you can simply move the element which DataTables has created into the DIV after DataTables has finished it's initialisation: http://api.jquery.com/category/manipulation/
Replies
Allan
I'll try it.