jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Rowheight in jqxPivotGrid Rowheight in jqxPivotGrid #97054

    alejo9109
    Participant

    but i have other problem i need the column in a one group actually show this

    pivotgrid

    but i need this

    pivotgrid2

    in reply to: Rowheight in jqxPivotGrid Rowheight in jqxPivotGrid #97053

    alejo9109
    Participant

    I resolve this problem

    `var pivotDataSource = new $.jqx.pivot(
    dataAdapter,
    {
    pivotValuesOnRows: false,

    rows: [
    {

    width: ‘auto’,
    <em>height: 30,</em>
    dataField: ‘nom_style’,
    align: ‘right’

    },
    {

    dataField: ‘groups’,
    align: ‘right’

    },
    {

    dataField: ‘po’,
    align: ‘right’

    }
    ],
    columns: [
    {
    dataField: ‘fec_debe’,
    align: ‘center’
    },
    {

    dataField: ‘eta’,
    align: ‘center’

    }
    ,

    {
    width: ‘auto’,
    dataField: ‘contai’,
    align: ‘center’
    }

    ],
    values: [

    {
    dataField: ‘cantidads’, ‘function’: ‘sum’, text: ‘Qty’, align: ‘center’, height: ‘auto’, width: 60
    }
    ]
    }
    );`

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