How to redraw table without ajax call in server-side processing?

How to redraw table without ajax call in server-side processing?

YorkYork Posts: 5Questions: 3Answers: 0

My table is initialized with server-side processing mode.
There is a button which when triggered, the result set would be modified, and the table would redraw.

The problem is, when I call table.draw(), it trigger ajax call and use the returned result set to draw.
How could I skip redraw like client-side processing in a server-side processing mode?

This discussion has been closed.