You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
.. | ||
nav | 1 month ago | |
plugins | 1 month ago | |
report | 1 month ago | |
admin.blade.php | 1 month ago | |
crud.blade.php | 1 month ago | |
crudpinjaman.blade.php | 1 month ago | |
css.blade.php | 1 month ago | |
data.blade.php | 1 month ago | |
modalfull.blade.php | 1 month ago | |
navigation.blade.php | 1 month ago | |
readme.md | 1 month ago | |
temp1.blade.php | 1 month ago |
readme.md
template crud fix
file name (crudpinjaman.blade.php)]
default config :
var objectForm = {
title : function(){
return 'Judul saat export '
},
table :"tablemname",
idform :"idform",
newkode: ``,
kode: 'kode',
view: ['kode', 'keterangan'],
dataSelect: ["*"],
queryTemp: "SELECT {select} FROM tablemname || ORDER BY kode DESC",
validasiForm: ['kode', 'keterangan'],
data: [
{
title: 'Kode',
type: 'text',
name: 'kode',
row: 12,
readonly: false,
action: function(){
},
}
,{
title: 'Keterangan',
type: 'text',
name: 'keterangan',
row: 12,
readonly: false,
action: function(){
},
}
]
};