window.renderCell = function(result, {col, row}) { if(col.name === 'full_path') { result[0] = {html:'' + row.data.full_path + '', style:{flexDirection:"column"}}; return result; } return result; }; window.searchGroup = function() { loadPage({method:'post', data: {keyword: $('#keyword').val()}, target: '#table-gitlab-browsegroup>*'}); }