jQWidgets Forums

jQuery UI Widgets Forums TreeGrid My First TreeGrid and problem

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • My First TreeGrid and problem #48805

    darkelf
    Participant

    Hi;
    First off al soory for my English;
    I developed to PHP app. for a while. I have project and task
    This project connect to task an id. And my data shaped like under below:

    task_id, project_id, task_name, project_name…
    1,1,”Task 1″, “Project 1″
    2,1,”Task 2”, “Project 1″
    3,1,”Task 3”, “Project 1″
    4,2,”Task 1”, “Project 2″
    5,2,”Task 2”, “Project 2″
    5,1,”Task 4”, “Project 1”
    .
    .
    .
    And this is my project table

    project_id, project name
    1, “Project 1”
    2, “Project 2”

    I think data shaped not compatible jqwidget? Any idea?
    Thanks a lot.

    My First TreeGrid and problem #48811

    Peter Stoev
    Keymaster

    Hi darkelf,

    What should be displayed in the TreeGrid? Which part of the Data should be Parent and which child? How do you create the TreeGrid?

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    My First TreeGrid and problem #48827

    darkelf
    Participant

    Hi;

    Because treegrid, support what i want to user interface side. I already use master-detail form. And I want to change more usefull item.

    Thanks.

    My First TreeGrid and problem #48830

    Peter Stoev
    Keymaster

    Hi darkelf,

    In order to help you, you need to answer the questions I asked in the previous post and if possible, provide a sample which demonstrates what you try to achieve. Otherwise, I am afraid that we would be unable to understand your query and help.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.