jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • lrain5477
    Participant

    post my code , and i dont know how to get the row index

    var source =
    {
    dataType: “json”,
    dataFields: [
    { name: “group_id”, type: “number” },
    { name: “group_name”, type: “string” },
    { name: “display_name”, type: “string” },
    { name: “parent_group_id”, type: “number” },
    { name: “group_level”, type: “number” },
    { name: “login_type”, type: “string” }
    ],
    hierarchy:
    {
    keyDataField: { name: ‘group_id’ },
    parentDataField: { name: ‘parent_group_id’ },

    },
    id: ‘group_id’,
    url: ‘app/ajax_group.php?type=tree_data’,……..

    the way to get the data is different with the exemplification …


    lrain5477
    Participant

    hi ,
    i need to get the row index too,

    because when i set the Pagenumber = 15 , then 15th row’s child will gone, and move to 2nd page,
    i need to change it. or do u have the better way to solve it ,

    sorry , English is not good

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