datatableKarbohidrat.bootstrapTable({ url: "/dashboard/datatable/karbohidrat", showColumns: true, showColumnsToggleAll: true, showRefresh: true, sortable: true, search: true, searchOnEnterKey: false, searchHighlight: true, pagination: true, serverSide:true, pageSize: 10, pageList: [10, 20, 30], cookie: true, cookieIdTable: "datatableKlasifikasiMenu", icons: { refresh: "fas fa-sync-alt", // atau ganti ke icon lain columns: "fas fa-th-large" }, columns: [ { title: "Action", field: 'karbohidrat_id', formatter: function(value, row) { let buttons = '' buttons += ` ` buttons += ` ` return `
${buttons}
`; }, width: 120 }, { title:"Nama Karbohidrat", field:"nama_karbohidrat" } ], });