gidaban

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: scroll bar at the bottom #100822
    gidaban
    Participant

    I have a bar at the bottom of the table. Is it possible to somehow remove it? Paste my code?

    $(function(){

    var groups = 'groups; ?>';

    var companyType = 'companyType; ?>';

    $(“#list”).jqGrid({

    scroll: 1,

    url:'/ajax/filters/',

    datatype: 'xml',

    mtype: 'GET',

    colNames:['Nazwa firmy','Miasto','Rodzaj Firmy','Grupa klienta','Osoby do kontaktu'],

    colModel :[

    {name:'Knt_Nazwa1', index:'Knt_Nazwa1',width:400,searchoptions:{

    sopt:['cn']

    }},

    {name:'Knt_Miasto', index:'Knt_Miasto', align: 'center'},

    {name:'FROpis', index:'FROpis', width:150, align: 'center', search: true , stype:'select',sortable: false,

    searchoptions:{

    value: companyType

    },

    editrules:{required: true}

    },

    {name:'Knt_Grupa', index:'Knt_Grupa', align: 'center', search: true,stype:'select',sortable: false,

    searchoptions:{

    value: groups

    },

    editrules: { required: true}

    },

    {name:'KnO_Nazwisko', index:'KnO_Nazwisko',width: 200,align: 'left',sortable: false},

    ],

    pager: '#page',

    rowNum:20,

    sortname: 'Knt_Nazwa1',

    sortorder: 'asc',

    viewrecords: true,

    gridview: true,

    height: 440,

    caption: 'Amster – Baza kontrahent

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!