jQWidgets Forums

jQuery UI Widgets Forums Grid Hot to get header names in a grid

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Hot to get header names in a grid #47542

    Goran
    Participant

    Dear Sir,
    I’m new to your library,which I find very nice and useful.
    Currently I’m testing it.
    I was able to follow almost everything in your documentation,but something i can’t just figure out.
    So this is my code:
    $(‘#table’).jqxDataTable(
    {
    width: 300,
    pageable: true,
    pagerButtonsCount: 10,
    source: adapter,
    columnsResize: true,
    columns: [
    { text: ‘Ime’, dataField: ‘ime’, width: 100 },
    {text:’Pozicija’,dataField:’pozicija’,width:200}
    ]
    });
    So basically here what is bothering me is hot to get columns name,or other propertis,e.g pageable,source or other.
    Is there something like $(‘#table’).jqxDataTable(‘getParams’,’columns’) or similar.

    Please help me.

    Thanx in advance.

    Goran

    Hot to get header names in a grid #47543

    Peter Stoev
    Keymaster

    Hi Goran,

    jqxGrid and jqxDataTable are different widgets. If your question is about jqxDataTable, please post it in the jqxDataTable Forum.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.