jQuery Tablesorter - column not sorting alphabetically -


I'm not sure what's wrong with this page:

The first column type is , But it is not returning the data in the correct order.

The table automatically pulls information from a WordPress database that is being generated by the custom PHP function, I thought this could be a problem, but as you can see the fourth column (end date) correctly I could also see that I thought it could be a link in the first column that was messing things up, but break the text-extraction code completely.

This is the jQuery code I'm using to call Tablesbury:

  & lt; Script type = "text / javascript" id = "js" & gt; JQuery (document) .ready (function ($ ($) {$ (document) .ready (function () {// caller plugin calls the magic markup $ ("# projecttables"). Header logic and an object / Debug / abugging: true, // sortlist: [[0,0]], header: {0: {// set the column to sort as text sorter: 'text',}, // second column Assign (we start counting zero) 1: {// disable it by setting the property sorter to a false sorter: wrong,}, // third column Assign (we start counting zero) 2: {// disable it: Setting property sorter in false sorter: false}, 3: {sorter: 'digit'}}}) // plugin revision $ ( "#start table"). Bind ("sort start", function (e) {if ($ (e.target) .hasClass ('header')) {$ ("# overlay") ( $ (E.target) .hasClass ('header')) {$ ("#overlay"). Hide ();}});}); }); & Lt; / Script & gt;  

Thank you for your help!

You <<>


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -