Hi,
I am working on CSR rendering I have hidden some list item using jslink,on columns sort and filter it shows hidden items also.
In breif ,I have two column in a list
Column1 column2
A test1
B test2
A test3
D test4
I have hidden two list items B,D
Column1 Column2 ->(for sort option it shows(all items(test1,test2,test3,test4)))
A test1 but i need like(test1,test3).
A test3
I want to show that on sort which is visible (test1,test3)