Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions static/js/previousVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $(function () {
pagination: true,
perPage: 10,
globalSearch: true,
exactMatch: true,
globalSearchExcludeColumns: [2, 3, 4, 6, 7],
exactMatch: 'auto',
globalSearchExcludeColumns: [3, 4, 6, 7],
sortable: false, // We don't allow sorting because it will make orders at mass
inputPlaceholder:
"Type versions of Node.js or npm to search (e.g: 'Node.js 14.17.5' or '6.14.14' ...)"
Expand Down