hi,
one of my database table have a lot of field in it (example: the user table, have more than 10 fields in it).
with the GC, I can limited the columns to view with $crud->columns()
but, now I want to let the user choose the columns to view, how to do this?