You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
613 B
JavaScript
29 lines
613 B
JavaScript
if(newHeaderArgs == null){
|
|
if(headerArgs_orderlist != null){
|
|
newHeaderArgs = headerArgs_orderlist;
|
|
}
|
|
}
|
|
|
|
if(newWidthArgs == null){
|
|
if(widthArgs_orderlist != null){
|
|
newWidthArgs = widthArgs_orderlist;
|
|
}
|
|
}
|
|
|
|
if(newColAlignArgs == null){
|
|
if(colAlignArgs_orderlist != null){
|
|
newColAlignArgs = colAlignArgs_orderlist;
|
|
}
|
|
}
|
|
|
|
if(newColSortArgs == null){
|
|
if(colSortArgs_orderlist != null){
|
|
newColSortArgs = colSortArgs_orderlist;
|
|
}
|
|
}
|
|
|
|
if(newColTypeArgs == null){
|
|
if(colTypeArgs_orderlist != null){
|
|
newColTypeArgs = colTypeArgs_orderlist;
|
|
}
|
|
} |