SELECT * FROM Groups WHERE GroupID IN (3,8,12,23) //etc.
It's quite easy to do when you have a single id with
$crud->where, but how should I tackle this one with multiple id's?
(btw, thank you web-johnny, for creating such an amazingly simple, and yet extensive crud, keep up the good work! )