Datatable with alphabetical filter row

Datatable with alphabetical filter row

vyasvyas Posts: 4Questions: 0Answers: 0
edited August 2013 in General
I need an alphabetical row (A~Z) below the datatable. These alphabets should be links. When the user clicks on any of the alphabet, the records starting with the alphabet clicked gets populated in the datatable.

Kindly help me on this.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Use the fnFilter method to filter the table. You'll obviously need to create the A-Z links, but when clicked on, just trigger fnFilter as needed.

    Allan
  • vyasvyas Posts: 4Questions: 0Answers: 0
    Thank you for your suggestion Allan. But fnFilter is not working on datatable......Is this function (fnFilter) version specific?
This discussion has been closed.