feature request : start line
feature request : start line
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
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
This discussion has been closed.
Replies
Sounds reasonable, I'll include it in the next beta.
Allan