external links ans sort table

external links ans sort table

mitsmits Posts: 15Questions: 0Answers: 0
edited September 2010 in General
Hello,

I have small problem. For example:
I have 4 columns in table and 4 links without table:

[code]
Order by id
Order by name
Order by date
Order by points




id
name
add date
points




2
sample name 2
2010-09-16
2345


1
sample name 1
2010-09-12
23



[/code]

my problem is sorting by colums when I click external link.
How can I do this ?

Sorry for my english :)

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Add an event handler which calls fnSort: http://datatables.net/api#fnSort

    Allan
This discussion has been closed.