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

Commit

Permalink
Correct demo #244
Browse files Browse the repository at this point in the history
  • Loading branch information
l-lin committed Mar 13, 2015
1 parent bec8ba6 commit 6e2b108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo/withPlugins/withColumnFilter.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="http://jquery-d
bSmart: true
}, {
type: 'select',
bRegex: false,
values: ['Yoda', 'Titi', 'Kyle', 'Bar', 'Whateveryournameis']
}]
});
Expand Down
1 change: 1 addition & 0 deletions demo/withPlugins/withColumnFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function WithColumnFilterCtrl(DTOptionsBuilder, DTColumnBuilder) {
bSmart: true
}, {
type: 'select',
bRegex: false,
values: ['Yoda', 'Titi', 'Kyle', 'Bar', 'Whateveryournameis']
}]
});
Expand Down

0 comments on commit 6e2b108

Please sign in to comment.