Try to disable as say in our docs
CRUD::disableResponsiveTable();
Try to not use CRUD::setFromDb(); and set your own columns and fields.
CRUD::setFromDb();
Cheers.