tablesorter - semantic ui table sorter not working -
tablesorter - semantic ui table sorter not working -
im using wonderful semantic ui framework. i'm trying declare sortable table demonstrate here: http://semantic-ui.com/collections/table.html
it says makes utilize of modified version of kylefox's tablesort plugin.
im not absolutley sure mean that? plugin included or need include it? , need initialize plugin?
i found in semantic source check if $.fn.tablesort()
method exists , if phone call in on .sortable.table
's elements
i dont see errors in console , when click table header doesnt anything.
anyone can advise me on please?
add js:
http://semantic-ui.com/javascript/library/tablesort.js
it provides script $.tablesort()
mentioned
and phone call $('table').tablesort()
when document ready.
tablesorter semantic-ui
Comments
Post a Comment