How to change number of rows per page (add drop-down list) in editor examples?
How to change number of rows per page (add drop-down list) in editor examples?
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
The page length menu is added tot he document using the
loption of thedomparameter. Most of the examples don't specify it, instead showing the buttons, but there is no reason you can't have both:Or if you want a page length menu which is visually the same as the editing buttons you can use the
pageLengthbutton type - example.Allan
Works fine, thank you