tnc-ba / strongTNC

BYOD TNC Database Management Tool
GNU Affero General Public License v3.0
0 stars 0 forks source link

Tables are now sortable #60

Closed d22 closed 10 years ago

d22 commented 10 years ago

Added the tablesorter jquery plugin. Had to fix some HTML markup and added some styling.

dbrgn commented 10 years ago

Besides the noted points (and mixed spaces/tabs in the JS) good to go. Didn't test it though.

You can "overwrite/update" your current commit with git commit --amend. Then force-push.

Btw, this will only work on short tables that don't need any pagination.

d22 commented 10 years ago

It will work on long tables that don't need any pagination too :stuck_out_tongue_winking_eye: All tables which are sortable now don't support pagination atm. So for the current setup, it's save.

dbrgn commented 10 years ago

Yeah, that's what I meant :) :+1: