Ordering a column with a order pattern

Ordering a column with a order pattern

yush93yush93 Posts: 1Questions: 1Answers: 0

In rails, there is something called order_as_specified where you can specify the, let's say, order you want to use to order.
For example, I can say order_as_specified(language: ['ja, 'en', 'ko' ]. Then rails would rank it and order as specified rather than ordering it in ascending or descending. Are there some options in datatables to do so?

Answers

This discussion has been closed.