Some noob questions

Some noob questions

indapublicindapublic Posts: 2Questions: 0Answers: 0
edited June 2013 in General
Good day. I have some questions, but I can't find information in examples:

1) How I can catch Sort event?
2) How I can to modify visible rows (I want to create own section "Show N entries")

Thank you

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    > 1) How I can catch Sort event?

    $('#myTable').on( 'sort', function () {...} );

    > 2) How I can to modify visible rows (I want to create own section "Show N entries")

    Use the fnLengthChange plugin ( http://datatables.net/plug-ins/api#fnLengthChange )

    Allan
This discussion has been closed.