It is not supported directly. You can only use $("#"+rowid).hide() to hide the row with id = "rowid", but some small things in the grid may not be as pleasant as before. For example, you use rownumbers:true , the user will see that the line numbers are not sequential. Moreover, if you do not use height:'auto' , the table height will not be ideal. If necessary, you can fix all problems manually.
source share