Error url link in the doc extra Scroller

Error url link in the doc extra Scroller

jinjungjinjung Posts: 24Questions: 0Answers: 0
edited February 2012 in Plug-ins
Hi,
On http://datatables.net/extras/.
There's an error for option doc of "Scroller", link is on the http://datatables.net/docs/FixedColumns.

Jinjung.

Replies

  • jinjungjinjung Posts: 24Questions: 0Answers: 0
    Is there a way for increase pre-loaded data without changing "sScrollY": "XXpx" ?
    I would like a sooner detection for loading next values.

    See in the plugin code, "rowHeight" can do this, but seems not working, no ?
    I tried to change "serverWait too, but not effect !
    Somebody already test those options ?

    Jinjung
  • allanallan Posts: 61,723Questions: 1Answers: 10,108 Site admin
    Thanks for spotting that and letting me know - link now fixed.

    Regarding the pre buffering - there isn't an option for it at the moment, but I will be looking to do that for the next version of Scroller. At the moment you can change this line:

    [code]
    this.s.dt._iDisplayLength = this.s.viewportRows * 3;
    [/code]

    make the multiplier 5 or whatever is needed.

    Allan
  • jinjungjinjung Posts: 24Questions: 0Answers: 0
    Perfect.
    Thanks
This discussion has been closed.