3
I’m using the plugin Datatables and in a column I possess the following structure
And by default the plugin creates the default sort form that I don’t know which rule you obey, I would like when you click on this column to sort it by class value .saldo
How can I do that?
When you click on Information and the arrow is up the sorting it does and the crescent using its
.saldo
as a basis, I put the values 1,5,2, in the first ordering the 5 that was in the middle goes to last for being greater than 2– Gabriel Rodrigues
But these values need to be together in the same column ? http://jsfiddle.net/o037az6v/2/
– Diego Souza
No, it’s just that the actual structure is a little more complex, so I used the reduced example... Each column would be each store and the rows would be sales per product, so I need to have all this information on that td @Diegosouza
– Silvio Andorinha