laravel-jstools
Version:
JS tools for building front-side of Laravel applications
13 lines (12 loc) • 495 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const Page_1 = require("../../../../../services/PageService/Page");
class Omx_Resource_Config_Index extends Page_1.Page {
init() {
const tableId = this.getDefaultTableId('Config');
const columns = this.getDynamicColumns(tableId);
const table = window.table(tableId, columns);
window.initButtonCreate(table, tableId);
}
}
exports.default = Omx_Resource_Config_Index;