Sharepoint - JSLINK to remove rows from list view webpart
You can't.
The ListViewWebPart
does loading and paging on the server-side. If you now remove the rows using JSLink they'll be simply "hidden" (kind of) on the client side. The ListViewWebPart
knows nothing of what you did and "thinks" the rows were all rendered.