IN datatable editor where condition.

IN datatable editor where condition.

aruncraftsionaruncraftsion Posts: 3Questions: 3Answers: 0

In Datatable editor where clause how to give multiple where condition.
eg:
IN table column pincode-i need to fetch 4pincode 600001,600003,600005,600023
->where( function ( $q )use ($pincode) {
$q->where( 'pincode',600011,'=');

} )

Answers

This discussion has been closed.