liveSearch:false not recognized for logic change or delete when editing criteria

liveSearch:false not recognized for logic change or delete when editing criteria

amacourekamacourek Posts: 15Questions: 2Answers: 0

When liveSearch is set to false, adding criteria does not trigger the search and needs the button to be clicked.

However, when removing criteria or changing AND/OR logic, the search is performed.

I added the following check around the draw in the listeners for those buttons:

if (_this.c.liveSearch) {
_this.s.dt.draw();
}

Sign In or Register to comment.