bootstrap-sortable icon indicating copy to clipboard operation
bootstrap-sortable copied to clipboard

adding sorting ability to bootstrap table

Results 15 bootstrap-sortable issues
Sort by recently updated
recently updated
newest added

The new code can also work for tables, where table rows are wrapped by e.g. elements ``` ... .... ```

Hi, I add a data-value attribute to my table cell that contains a dropdown select with supplier names in it, this data-value being the supplier name that's currently selected in...

Hi, first off thanks @drvic10k so much for this plugin!!! The sorting works perfectly for my datasets! Just an FYI for other with the same problem, if you are using...

The code: ```html ``` This empty cells gets `data-value="Invalid date"`. From my understanding, the sort is done with values in `data-value`. And that causes unwanted sorting result (blank rows goes...

Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

I'm having a problem with sorting dates. I have 2 columns that contain dates. One of them is the date-time a report was submitted, one is the date a shift...

The version of jQuery required should be at least 3.4.0 to avoid [security vulnerabilities](https://nvd.nist.gov/vuln/detail/CVE-2019-11358).

Hi, I noticed that you recently added NPM support for this package, however I am unable to find it if I do `npm search bootstrap-sortable`, or if I try to...

When sorting a column that contain integers and text, 10 is sorted after 1 instead of after 9. Text 1 (3) Text 10 (8) Text 9 (9) *I haven't tried...