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.
webshunter 7add8cd235 first commit 1 month ago
..
nav first commit 1 month ago
plugins first commit 1 month ago
report first commit 1 month ago
admin.blade.php first commit 1 month ago
crud.blade.php first commit 1 month ago
crudpinjaman.blade.php first commit 1 month ago
css.blade.php first commit 1 month ago
data.blade.php first commit 1 month ago
modalfull.blade.php first commit 1 month ago
navigation.blade.php first commit 1 month ago
readme.md first commit 1 month ago
temp1.blade.php first commit 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(){

            },
        }
    ]
};