You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using the latest version? Because in issue #17, bbbco shared how to check the correct disabled column parameter. It's been fixed in version 2.0.25.1.
Here is method 1 and method 2 using ui-darkness theme to make the active tab much more obvious.
Hello :)
I noticed a different effect for setting sorter false for a column by two different methods:
(I inserted '.' inside HTML code to display tags here)
Method 1 to disable sorter for column 0:
This works fine!
Generated table header code is:
<.th class="ui-widget-header ui-corner-all">
<.span><./span>
<.span class=""><./span>
<./th>
Methode 2 to disable sorter for column 0:
-Disable (or set) the column parser using class names
<.th class="sorter-false"><./th>
so you only need this now without an addional headers-option:
This works almost fine, BUT the look is wrong!
Generated table header code is:
<.th class="sorter-false ui-widget-header ui-corner-all ui-state-active">
<.span><./span>
<.span class="ui-icon"><./span>
<./th>
The sorting for this column is disabled, but ui-state-active is activated and ui-icon is displayed. Both should not be.
I hope you had nice Christmas days and i wish a Happy New Year!
greetings
The text was updated successfully, but these errors were encountered: