Change Default Sorting to custom one
Change Default Sorting to custom one
![pkrysiak](https://secure.gravatar.com/avatar/486e7c77a3148f9c19af15b6e9c4b0a6/?default=https%3A%2F%2Fvanillicon.com%2F486e7c77a3148f9c19af15b6e9c4b0a6_200.png&rating=g&size=120)
Hello Everyone
I wanted to know how to pull the default click event off one column and add a custom one. Or make the a column sort look at a different column to sort but show the current column.
Is this possible?
thanks
Paul
This discussion has been closed.
Answers
I found a way to add the data i needed to the column without showing it so it will filter the data i need.
the column had data like
"1/22/2017 - 2/22/2017"
was sorting on the 1 to i added"<div style="display=none">2017/22/02</div> 1/22/2017 - 2/22/2017"
and now i can sort the info by the info i wanted and keep the styling the client wants