How to Apply the Record Display Controller?
How to Apply the Record Display Controller?
I can't find in the forum or Editor examples how to add the Record Display Controller that I want to add here: http://www.skywateryachts.com/datatables_editor/boats.html
Is there an example I can refer to?
Thanks.
This discussion has been closed.
Answers
Do you mean the page length?
http://datatables.net/examples/advanced_init/length_menu.html
Yes, I believe that's it. I will try it when i get back to my office.
I have to learn all the function names!
Thanks!
I tried applying the following at http://www.skywateryachts.com/dataviews/boats.html and the Page Length Control still doesn't show.
I have applied both versions and here is the code for one of the versions, pertinent part (Prior to it is "Editor .on.... and after it is initComplete...):
Any ideas?
Hi, has anyone had this issue that can help?
Thanks
Add the
loption. See thedomdocumentation for full details.Allan
That didn't work for me. However, heading over to the "dom" documentation, this worked for me:
dom: "<lf<t>ip>",I'll be playing with the dom options to see the different ways it configures.
Thanks for heading me in the right direction.