Externalize controls

Externalize controls

WeaponX86WeaponX86 Posts: 40Questions: 0Answers: 0
edited May 2012 in General
Is there any way I can have empty divs for length, filter, info, and pagination and have them filled? Or externalize the controls completely?

Changing sDom only allows me to move the controls around inside the wrapper and this is troublesome when I need my own controls in the table header/footer.

Replies

  • allanallan Posts: 63,547Questions: 1Answers: 10,476 Site admin
    Yes - just call the relevant API methods from your controls. fnPageChange , fnFilter and the plug-in method fnLengthChange ( http://datatables.net/plug-ins/api#fnLengthChange ).

    Allan
This discussion has been closed.