How to sort by state of full address?
How to sort by state of full address?
jaraaxai
Posts: 2Questions: 1Answers: 0
My data table looks like this picture which is attached.
I wanna sort by STATE but don't want to change address structure.
Is it possible?
This discussion has been closed.
Replies
Hi @jaraaxai ,
You can use
columns.render
to amend what is used for the search, as in this example here,Cheers,
Colin