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
Hello, thanks for the terrific library. It has worked great with Bootstrap Table! Is there a way to remove the end user's ability to sort columns by clicking on column headers (i.e., de-linkify the column headers), while still being able to sort the columns in the Table class and via URL parameters?
The goal is to sort the table by a default field (e.g., name) and then hand the HTML off to Bootstrap Table, for the more dynamic things. I've looked around the documentation a fair bit, but nothing stated it ignored orderable (which turns off sorting everywhere, it seems). It looks like turning off clickable headers using the Column API might be possible. However, it was a bit difficult to make out how to go about it (assuming this is the right track at all) since there weren't any examples that I could find in the Columns section. I would be grateful for guidance on the best way to solve this problem. Thanks again!
The text was updated successfully, but these errors were encountered:
This is an issue tracker to report bugs and request features, not a place to ask for help on using the library. Please use stackoverflow and tag your question with django-tables2
Hello, thanks for the terrific library. It has worked great with Bootstrap Table! Is there a way to remove the end user's ability to sort columns by clicking on column headers (i.e., de-linkify the column headers), while still being able to sort the columns in the Table class and via URL parameters?
The goal is to sort the table by a default field (e.g.,
name
) and then hand the HTML off to Bootstrap Table, for the more dynamic things. I've looked around the documentation a fair bit, but nothing stated it ignoredorderable
(which turns off sorting everywhere, it seems). It looks like turning off clickable headers using the Column API might be possible. However, it was a bit difficult to make out how to go about it (assuming this is the right track at all) since there weren't any examples that I could find in the Columns section. I would be grateful for guidance on the best way to solve this problem. Thanks again!The text was updated successfully, but these errors were encountered: