Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
ng6
Commits
1637572b
Commit
1637572b
authored
Apr 28, 2021
by
gsalin
Browse files
#200
parent
a18d3383
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/res/js/tx_nG6_pi1_analysis.js
View file @
1637572b
...
@@ -198,6 +198,7 @@ $(function () {
...
@@ -198,6 +198,7 @@ $(function () {
// Build dataTable
// Build dataTable
if
(
$
(
this
).
children
(
"
tbody
"
).
children
(
"
tr
"
).
children
(
"
td:has(input:checkbox)
"
).
length
>
0
)
{
if
(
$
(
this
).
children
(
"
tbody
"
).
children
(
"
tr
"
).
children
(
"
td:has(input:checkbox)
"
).
length
>
0
)
{
$
(
this
).
DataTable
({
$
(
this
).
DataTable
({
"
lengthMenu
"
:
[[
10
,
25
,
50
,
-
1
],
[
10
,
25
,
50
,
"
All
"
]],
"
scrollX
"
:
"
90%
"
,
"
scrollX
"
:
"
90%
"
,
"
sScrollXInner
"
:
"
100%
"
,
"
sScrollXInner
"
:
"
100%
"
,
"
order
"
:
[[
1
,
'
desc
'
]],
"
order
"
:
[[
1
,
'
desc
'
]],
...
@@ -206,6 +207,7 @@ $(function () {
...
@@ -206,6 +207,7 @@ $(function () {
});
});
}
else
{
}
else
{
$
(
this
).
DataTable
({
$
(
this
).
DataTable
({
"
lengthMenu
"
:
[[
10
,
25
,
50
,
-
1
],
[
10
,
25
,
50
,
"
All
"
]],
"
scrollX
"
:
"
90%
"
,
"
scrollX
"
:
"
90%
"
,
"
sScrollXInner
"
:
"
100%
"
,
"
sScrollXInner
"
:
"
100%
"
,
"
order
"
:
[[
1
,
'
desc
'
]],
"
order
"
:
[[
1
,
'
desc
'
]],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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