is there easy way to perform sorting or filtering
mahmooddagga opened this issue · 4 comments
mahmooddagga commented
is there easy way to perform sorting or filtering
IntruderShanky commented
Use Comparable in your section class
mahmooddagga commented
i want to make filter on child not parent
IntruderShanky commented
@mahmooddaga
Yup.. you can do
Use comparable in you child class instead..
mahmooddagga commented
i don't have any idea to perform this , can you help please