Skip to content
Discussion options

You must be logged in to vote

Hey @nrodriguezm
Assuming you are on MaterialCRUD and generic_code, container_id are columns of materials table.

To perform similarly, I tried groupBy & order on the demo's monster table.

public function setupListOperation(){
 $this->crud->groupBy(['email', 'number']);
 $this->crud->orderBy('email');
 //rest of the code.
}

It simply worked... Let me know if I'm missing something.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@karandatwani92
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jcastroa87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants