Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 6e2b108

Browse files
committed
Correct demo #244
1 parent bec8ba6 commit 6e2b108

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

demo/withPlugins/withColumnFilter.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="http://jquery-d
6969
bSmart: true
7070
}, {
7171
type: 'select',
72+
bRegex: false,
7273
values: ['Yoda', 'Titi', 'Kyle', 'Bar', 'Whateveryournameis']
7374
}]
7475
});

demo/withPlugins/withColumnFilter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function WithColumnFilterCtrl(DTOptionsBuilder, DTColumnBuilder) {
1515
bSmart: true
1616
}, {
1717
type: 'select',
18+
bRegex: false,
1819
values: ['Yoda', 'Titi', 'Kyle', 'Bar', 'Whateveryournameis']
1920
}]
2021
});

0 commit comments

Comments
 (0)