ServerSide Processing Display only specific data
ServerSide Processing Display only specific data
Seppelchen
Posts: 69Questions: 25Answers: 1
Hello, we are using server side processing to display rows/columns from database. How we can setup on that way that it only should display data if Coumn user= 1?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I get the solution it is:
some like this:
SSP::complex( $_GET, $sql_details, $table, $primaryKey, $columns, "mandant = '2'" )