Remove Blank Rows When we applied beforeFilter event

Tags: #<Tag:0x00007efc645a55c0>

Hello

When i am filtering data with min spare row. and when edit any of record then one extra rows comes. so for that solution I used beforFilter and its shows extra lines after filter. any help.

Here is jsfiddle : http://jsfiddle.net/wz285bj4/

Thanks

Hi @ishan

re-rendering the table in the afterFilter solves the issue.

Please find the updated example at http://jsfiddle.net/handsoncode/1ouw3v2r/

Thanks @aleksandra_budnik

You’re welcome @ishan.orafox