DataTable options not staying unselected

DataTable options not staying unselected

lneesbyelneesbye Posts: 1Questions: 0Answers: 0
edited October 2013 in General
First, pardon my lack of experience - I'm not a professional programmer. I use this plugin for a non-profit that I work with. I have been using it for years and only tonight did I have a problem. Basically, I'm uploading and displaying a list of books in the groups library. We have about 550 books at this point. The group has asked that all the books show up on the table, so I have been turning off the Pagination option. But it will not stay off, no matter what I do (non of the DataTable options will stay off). I have never had this problem before. I also had it delete about half my data from the table a couple of time.... Is it still possible to have all my data show on one page? I used the debugger and my code was ebecom. The page link is http://cesquiltguild.com/members-only/library-books with password of laff. Thanks. Lene

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Hi Lene,

    It should be that all you need to do is set the bPaginate option to false - i.e. `bPaginate: false` . That isn't currently being done on the page. I see you are using WP Table Reloaded - I'm not sure how you would set that option in WP Table Reloaded - you might need to ask Tobias (WP Table Reloaded author).

    Allan
This discussion has been closed.