Viewing 1 replies (of 1 total)
  • Maybe try this instead https://cfdbplugin.com/?page_id=91#dt_options

    READ FIRST COMMENT

    Just a little tip on using “dt_options”:
    to pass an array to DataTables jQuery you might want to use square brackets [] inside the WP shortcode, but that does not work. So instead of declaring an array using square brackets do it the alternative way:
    dt_options=”bJQueryUI:true, aLengthMenu: [10,50,100,200,300,-1]” >
    dt_options=”bJQueryUI:true, aLengthMenu: new Array(10,50,100,200,300,-1)”
    Above example gives you a dropdown selection with more options than the default 10,25,50,100

Viewing 1 replies (of 1 total)
  • The topic ‘Default Dropdown to 50 Rows’ is closed to new replies.