").text("Location: " + item.location.city.capitalize() + ", " + item.location.street)).append((0, _jquery.default)("
").append((0, _jquery.default)('').append((0, _jquery.default)(' ').append($photo).append($info)));
},
fields: [{
title: "Clients"
}]
});
String.prototype.capitalize = function () {
return this.charAt(0).toUpperCase() + this.slice(1);
};
})(); // Example Batch Delete
// --------------------
(function () {
(0, _jquery.default)('#exampleBatchDelete').jsGrid({
height: "500px",
width: "100%",
autoload: true,
confirmDeleting: false,
paging: true,
controller: {
loadData: function loadData() {
return db.clients;
}
},
fields: [{
headerTemplate: function headerTemplate() {
return (0, _jquery.default)(" |