columns: [
{title: "id", type: 'num'}, // магия здесь!
{title: "Имя"},
{title: "email"},
{title: "Телефон"},
],
$('#e22').select2({
sortResults: function(results, container, query) {
if (query.term) {
// use the built in javascript sort function
return results.sort(function(a, b) {
if (a.text.length > b.text.length) {
return 1;
} else if (a.text.length < b.text.length) {
return -1;
} else {
return 0;
}
});
}
return results;
}
});
element.backgroundImage = "url('newImage.png')";
// или
element.src = 'newImage.png'
EROFS: read-only file system, open 'npm-debug.log.743338944'