Skip to main content

Questions tagged [tablesorter]

tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes.

0 votes
1 answer
67 views

How to sort balance in table ascending and descending?

I was try sort the balance in table an ascending and an descending, but can't. I looked the w3schools tutorial and theme in stackoverflow about insertBefore and insertAfter without libraries. But isn'...
Yaroslav Demchenko's user avatar
1 vote
2 answers
75 views

In a html table using tablesorter, how can a row have a background color depending on the contents of one of its cells?

I am showing a HTML table using the jQuery Mottie tablesorter. I would like the rows with a "v" in one of its columns to be formatted with a certain (given) background color, which is ...
Johan van Ooijen's user avatar
0 votes
1 answer
45 views

jquery tablesorter scroller not setting height

I am using latest version of laravel. I am trying to use a table with tablesorter that is only 300px tall. no matter what I do, the scroller seems to be being ignored. The result is a table that ...
bart2puck's user avatar
  • 2,524
0 votes
0 answers
14 views

jQuery tablesorter icons not displaying correctly with text-start or text-end

I'm using jQuery tablesorter and the icons are not aligning correctly in the header columns. The icons are overlapping with the column header text. See image. I've narrowed it down to columns using ...
angel12333's user avatar
0 votes
0 answers
15 views

Tablesorter Grouping not recognizing checked checkboxes

I have tablesorter runing properly on some table - it works fine. But first column contains checkboxes and I need to sort that column by checked ones. I have add grouping widget and it works fine on ...
Kacper Wozowski's user avatar
0 votes
0 answers
11 views

Tablesorter load corresponding data via filter

I am using dropdown-filters in two of my colums and I would love it, if one made a choice in either of the columns, to only show the corresponding elements in the other column or if the not ...
Pirelli's user avatar
0 votes
1 answer
28 views

External tablesorter filter: load two datasets

I have two seperate Questions for the mottie tablesorter script: I have created external buttons to filter the table beforehand. When you click, the data in question is loaded. However, each time you ...
Pirelli's user avatar
0 votes
0 answers
69 views

How can I stop the click on the tooltip of sorter in antd table columns?

<Column id={item?.dataIndex} {...item} key={item?.dataIndex} title={item?.title} columnWidth={item?.width} inputType={item?.addRowType} dataIndex={item?.dataIndex}...
Kruti Amrutiya's user avatar
0 votes
1 answer
74 views

Mottie Tablesorter Custom Filter on Date Column

I am looking to remove the day of the week when sorting a column using Mottie Tablesorter v2.31. The value of the cells are as follows: Friday, 9/15/2023 at 7:00AM. Here is what I have so far based on ...
Jordan_Walters's user avatar
0 votes
1 answer
42 views

Disable ascending sort with jQuery tablesorter 2.3

Is it possible to disable ascending sort on the jQuery plugin tablesorter? I’m trying to get a table header when clicked to either be sorted in descending order or be unsorted and skip the ascending ...
Mason's user avatar
  • 1
0 votes
1 answer
68 views

Tablesorter — How can I sort a column by first or last name (both ascending) rather than toggling between ascending and decending?

I want to use tablesorter to sort a column (column contains first name + last name) so that clicking the header toggles between sorting by first name and sorting by last name, both in ascending order. ...
Brigid Book's user avatar
0 votes
0 answers
30 views

How to sort multiple colums in several files in a folder in Excel (xlsx files) and save in a single file?

I am a noob in excel, i have multiple excel xlsx files with similar columns. I am looking for a way to pick specified columns (applied same to all the files) and save them in a new file. I will ...
RonyKing Sourcing INC's user avatar
0 votes
0 answers
56 views

Tablesorter Filter column A by content of column B

I have a tablesorter with some data. I'm using Twig templates from Symfony Framework. I'll make a basic example: <table id="tablesorter" class="hideAtFirst tablesorter hover-...
SpicyTacos23's user avatar
1 vote
1 answer
25 views

TableSorterJS Reapply Default Filter Selections

I set the default value of a filter as indicated below <th>Status</th> <th data-value="N">Complete</th> <th>Audit Date</...
Robert Sullivan's user avatar
1 vote
1 answer
96 views

Is there a way to tell jQuery tablesorter that the table is already sorted?

I've a web app that builds a table from data it receives from an API. These data are a CSV string, which has its rows already sorted by the API using a couple of columns. Currently, I use the sortList ...
zakmck's user avatar
  • 2,976

15 30 50 per page
1
2 3 4 5
126