-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
BugIssues which are marked as BugIssues which are marked as Bug
Description
Bootstraptable version(s) affected
1.24.2
Description
Hello,
I have a question about the bootstrap-table-filter-control extensions filterDataCollector function:
...data-filter-data-collector="tableFilter"...
<script>function tableFilter(value){
return value.split(',');
}</script>
Let's say we have an comma separated entry with
"Line 1,Line 2,Line 3"
then the above function adds 4 entries
Line1
Line2
Line3
which is correct, but it also adds the original entry
"Line 1,Line 2,Line 3"
which is not expected.
Is this a bug or do I something wrong?
Thank you!
Example(s)
No response
Possible Solutions
No response
Additional Context
No response
chesh5734
Metadata
Metadata
Assignees
Labels
BugIssues which are marked as BugIssues which are marked as Bug