Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
bba64306
Commit
bba64306
authored
Feb 27, 2017
by
Leigh B Stoller
Browse files
Fix for issue
#228
; need to force a text sort. This closes
#228
.
parent
829da1cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/myexperiments.js
View file @
bba64306
...
@@ -22,16 +22,25 @@ $(function ()
...
@@ -22,16 +22,25 @@ $(function ()
{
{
var
tablename
=
"
#tablesorter_
"
+
name
;
var
tablename
=
"
#tablesorter_
"
+
name
;
var
searchname
=
"
#experiment_search_
"
+
name
;
var
searchname
=
"
#experiment_search_
"
+
name
;
// Watch for just one table.
if
(
!
$
(
tablename
).
length
)
{
return
;
}
var
table
=
$
(
tablename
)
var
table
=
$
(
tablename
)
.
tablesorter
({
.
tablesorter
({
theme
:
'
green
'
,
theme
:
'
green
'
,
//cssChildRow: "tablesorter-childRow",
// initialize zebra and filter widgets
// initialize zebra and filter widgets
widgets
:
[
"
zebra
"
,
"
filter
"
,
"
resizable
"
],
widgets
:
[
"
zebra
"
,
"
filter
"
,
"
resizable
"
],
headers
:
{
0
:
{
sorter
:
"
text
"
,
}
},
widgetOptions
:
{
widgetOptions
:
{
// include child row content while filtering, if true
// include child row content while filtering, if true
filter_childRows
:
true
,
filter_childRows
:
true
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment