dom position
dom position
johngtrs
Posts: 33Questions: 2Answers: 0
Hi,
I don't understand how the dom works. I want the length menu at the top right, the global search at the left top and 2 paginations on the top and on the bottom. Could you help me ?
this dom: 'fltip' doesn't work.
This discussion has been closed.
Replies
More specifics would help, but I did notice that with the 1.10.x release the documentation seems might be incorrect? the old "sDom" syntax seems to still work, whereas "dom" does not.
Try "sDom" : "fltip" instead and let us know how you make out.
NOTE: I had a look at the code and it looks like it's "dom"/"sDom" is going to be fixed for 1.11.
Thanks a lot for your answer. I used "sDom" but this doesn't work again. No changes. How can I do ?
Hey John,
After looking into this I think I am incorrect. The documentation is fine actually.
Dom should work.
Example:
$('#example').dataTable( {
"dom": 'lrtip'
} );
The dom works if :
Btw the dom doesn't work if :
In firebug inspector the div's order don't wanna change
No help ?