Closed AlexanderMur closed 3 years ago
I don't understand your question. The purpose of the filter is to filter rows matching with the value you are searching for.
If I search "Comment 4" in another datatable library with same database it will look like this:
But if I search "Comment 4" in sg/datatablesbundle instead of "Comment 1,Comment 2,Comment 3,Comment 4" it will show only "Comment 4"
Is it possible apply filter without changes of values in column? Values of coulmns are also filtered when collumn is applied for filter.
Also you can see example in demo application. when you trying to filter "comment" collumn. For example if you type "comment 4" it will show only "comment 4" without other values.