Commit 1220dd40 authored by Deni Rinaldi's avatar Deni Rinaldi

preview unit bisnis

parent 43482619
This diff is collapsed.
......@@ -320,6 +320,20 @@ exports.customOptions = function () {
}
}
exports.customOptions2 = function () {
return {
// selectableRows: false,
selectableRows: 'none',
filterType: 'multiselect',
responsive: 'scrollMaxHeight',
rowsPerPage: 5,
rowsPerPageOptions: [5, 10, 20, 50],
print: false,
download: false,
elevation: 5,
}
}
exports.customOptionsFixedColumn = function () {
return {
// selectableRows: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment