feature request : start line

feature request : start line

grobobgrobob Posts: 13Questions: 0Answers: 0
edited March 2009 in General
A tiny feature request : add iDisplayStart in configuration option :
iDisplayStart set the first line displayed (default 0)

add line 3935 :
if ( typeof oInit.iDisplayStart != 'undefined' ) {
oSettings._iDisplayStart = oInit.iDisplayStart;
}

Could be usefull to provide a link (on forum for example) to load a page directly on a given pagination state, or for ajax usage

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Hi grobob,

    Sounds reasonable, I'll include it in the next beta.

    Allan
This discussion has been closed.