B
B
Boris the Animal2015-10-18 14:00:25
JavaScript
Boris the Animal, 2015-10-18 14:00:25

I need to sort a column with a GUID. How to properly set up sorting in jQuery tablesorter?

As I understand it, you need to write and connect your own parser?

$.tablesorter.addParser({
    id: 'countdown',
    is: function () {
      return false;
    },
    format: function ( text, table ) {
     // Тут какой-то код?
    },
    type: 'text'
  });

People, tell me.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question