[#2681] fixed collection index column sort normalization
This commit is contained in:
@@ -1698,7 +1698,7 @@ export default class CommonHelper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (col.sort) {
|
if (col.sort) {
|
||||||
item += (" " + c.sort.toUpperCase());
|
item += (" " + col.sort.toUpperCase());
|
||||||
}
|
}
|
||||||
|
|
||||||
return item;
|
return item;
|
||||||
|
|||||||
Reference in New Issue
Block a user