@@ -3,6 +3,8 @@ let tagsFun = (instance, td, row, col, prop, value, cellProperties) => {
if (!!value) {
let arr = value || [],
dom = ``;
+ arr = arr.sort()
+ debugger
arr.map((item, index) => {
if (index > 2) {