PRB: Page Size not working

PRB: Page Size not working

jrichviewjrichview Posts: 36Questions: 7Answers: 0

In 1.9 page size control worked like a charm. First foray with 1.10 and it seems to have no effect.

Initialization code:

        $(grid).dataTable({
            "dom": 'flrtip',
            "pagingType": "simple",
            "columnDefs": colDefs
        });

To see live example of this, follow link and click instructions on this issue: http://datatables.net/forums/discussion/21663/probable-bug-disable-sort-on-1st-column

Replies

  • tangerinetangerine Posts: 3,348Questions: 36Answers: 394

    What do you mean by "page size control"?

  • jrichviewjrichview Posts: 36Questions: 7Answers: 0
    edited June 2014

    Length change (the "l")

  • jrichviewjrichview Posts: 36Questions: 7Answers: 0

    Error magically went away. I have no explanation how or why, but ignore this.

This discussion has been closed.