SORTING EXTRA COLUMN

SORTING EXTRA COLUMN

adrianocrivelariadrianocrivelari Posts: 2Questions: 0Answers: 0
edited December 2010 in General
Good afternoon!

I have something extra in a colum. I use Server-side processing, where some columns display records such as address, neighborhood, etc.. and the last column, is an extra column that displays the distance record for a given location. The result is I get to show it originated from a PHP function of latitude / longitude.
The problem is I can not sort this field. Clicking on the name of the column to sort, sorting is all wrong.

Does anyone know what I do to solve this problem?

Thanks.

Replies

  • TravisBickleTravisBickle Posts: 1Questions: 0Answers: 0
    Hello!

    I got the same problem. I want to hide sorting controls of the extra column (it contains Delete button).
  • mstrandmstrand Posts: 24Questions: 0Answers: 0
    Try the bSortable option here:

    http://www.datatables.net/usage/columns

    bSortable can be set to false to prevent the sorting controls from displaying.
This discussion has been closed.