Limit Entries Displayed

Limit Entries Displayed

tehdaizytehdaizy Posts: 1Questions: 0Answers: 0
edited July 2011 in General
I have a table with 1300 entries but I only want to show the top 250 based on each desc sort. If for example, I just had a column 1-1000 in numerical order, the data table would only show 1000-750 desc then asc 750-1000. Does that make sense?

Thanks for an awesome plug-in!

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    So you want mixed direction sorting? What you would need to do is write a custom sorting plug-in which would match the exact ordering you want ( http://datatables.net/development/sorting ) or you could have the table output in the order you want from the database (or whatever the data source is) and just disable DataTables sorting.

    Allan
This discussion has been closed.