Skip to main content

All Questions

Tagged with
0 votes
1 answer
34 views

Bootstrap Datatables sort for various measurement units not working

I have a column which has length values defined in various units, for eg:- 10mm, 200cm, 500mm, etc., where mm = millimeter and cm = centimeter. I am using the server-side script to get this from my ...
Noob YT's user avatar
  • 55
0 votes
1 answer
88 views

JQuery Datatable - Column Sorting is not working in the

I am working on an ASP.NET Core MVC app and using JQuery Datatable in my app. My datatable is not sorting when clicking the sort button in the column header. My datatable is as shown below: <table ...
KitKat's user avatar
  • 59
0 votes
0 answers
46 views

Issue with Sorting French Dates in DataTables

I'm working on a React application using DataTables to display data. I'm using two additional plugins: one for French language support and another for date sorting (ultimate-datetime-sorting). The ...
thomas raducha's user avatar
0 votes
0 answers
27 views

calculated field order by another field in Server Side Datatables

I have a datatable with server side rendering server part is all ok, but on client side I am showing an additional column and putting progress bar in it, The issue is when some one clicks on th of ...
Fakhr Alam's user avatar
1 vote
2 answers
111 views

Can I sort two separate DT datatables in R Shiny by sorting on a column from one of the tables?

I have two tables in Shiny generated with DT::datatable(). The tables have the same dimensions. They come from different data frames but some tables will share the same column names. The tables will ...
Michael S Taylor's user avatar
1 vote
0 answers
522 views

Default column sorting is not working for ajax data in datatable

I am using datatable to show my data and as I have a lot data and bringing all the data at once was taking a lot of time so I decided to use ajax from the datatable. Everything is working perfectly ...
Rahul Gupta's user avatar
1 vote
0 answers
204 views

livewire datatable columns sort not restoring after page refresh

I am working on laravel livewire datatables. when change sorting of table, after refresh the page sorting not removed. I need to completely refresh page & show original datatable results when ...
Usama Riaz's user avatar
0 votes
0 answers
41 views

sort on alphanumeric column of datatable clir

I have a problem in sorting on a clir inea datatable except that the datatable component that of it uses custumized js functions to do the sorting and never takes alphanumerics into account. I tried ...
sarra arfaoui's user avatar
1 vote
0 answers
206 views

Manually Initiate Sort in Bootstrap 4 Datatable

I am having a problem with my bootstrap 4 datatable. The body columns are not aligning with the header until a sort is initiated. I also looked up some answers regarding this issue and most of them ...
overlord's user avatar
  • 151
2 votes
1 answer
598 views

Datatables IP-address sorting "full example"

I am very new to html/javascript and I am struggling to have this fixed, would you please help!! I am trying to use DataTables jQuery plugin for sorting an IP-address column. I found followed many ...
HMS's user avatar
  • 73
2 votes
1 answer
603 views

How to sort accented words using DataTables plugin

Am using DataTable plugin, i need to sort my table which contains accented words. The code i made sorts just the second column with targets: 1 , i didn't find how to do that to all columns. This is ...
win web's user avatar
  • 33
1 vote
1 answer
6k views

DataTables.net how to order only with custom code

I am trying to add only custom code for ordering, while clicking a table th. I added a click event for this like: $div.find('table').on('click', 'thead th', async function () { ...
iakwvina's user avatar
1 vote
1 answer
322 views

DataTables sort by number by default

I am pulling some data from my back end, and showing them in a DataTables table. The problem is that it doesn't sort its rows based on the appending number at the end, which is what I'm trying to do. ...
CDoc's user avatar
  • 397
0 votes
1 answer
128 views

Jquery Data Tables - How to do multicolumn sort and redraw table when click on header it can be asc or desc

Hello All, I am running into problem for Data table where I need to have Single column with One header "Number" which will have two sub header 1)Mobile 2) Cell.This column Header will Have ...
Jordan's user avatar
  • 197
-1 votes
2 answers
7k views

How can I sort my jquery datatable by date?

This is the content of my datatable: 05.06.2020 10:46 14.08.2020 11:18 17.09.2020 01:24 17.09.2020 04:42 20.08.2020 01:47 20.08.2020 04:37 22.09.2020 02:05 23.09.2020 13:52 28.04.2020 02:46 28.04.2020 ...
peace_love's user avatar
  • 6,451

15 30 50 per page
1
2 3 4 5
23