Where's gone the records quantity selector?
Where's gone the records quantity selector?

Hi, everyone. In the examples in datatables site, when you use the editor buttons (New, Edit, Delete) the selector for number of records is missed, so I can't choose to see 10, 15, 25...etc records. No example in the site shows the edit buttons together to number of records selector. Can they both appear on the page simoultanously?
Thanks, Allan.
This discussion has been closed.
Replies
You can add the
l
option to theDOM
initialization option to place the length input control where you want.Kevin
See also the Q. How can I show the page length select when using Buttons? FAQ.
Allan
Thanks a lot, you both, Kthorngren and Allan. It has worked properly.