Skip to content
Advertisement

How to show certain rows only in serverside processing?

I would like to show only certain rows to logged in users where “column_name” = “some_value” in serverside-processing. Currently i use following code below.

JavaScript

How do i achieve this?

Advertisement

Answer

We can do this by using

JavaScript

instead of simple use complex and then add "column_name = 'some_value' extra inside the bracket.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement