jQuery UI Widgets Forums Grid Why cannot add a new column?

This topic contains 5 replies, has 2 voices, and was last updated by  Stanislav 6 years, 10 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Why cannot add a new column? #98588

    Zabelsky
    Participant

    Hello,friend.
    Why cannot add a new column?
    When this function will success,if u have this aim?
    Thank you for answer

    Why cannot add a new column? #98590

    Stanislav
    Participant

    Hello AlexeyZabelsky,

    What exactly do you mean by ‘cannot add a new column‘? Can you please clarify a bit?
    Also, take a look at this topic, you might find something useful: Link

    Best Regards,
    Stanislav

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

    Why cannot add a new column? #98591

    Zabelsky
    Participant

    I have initialized grid and save state to DB.
    Me need every tuesday change columns at columngroup.
    I have calendar(columngroup),which have some columns with current week.
    When starting new week,me need delete columns with old week from columngroups and after add columns with new week.
    But remember,that i have state at DB with old state.
    Every tuesday i am automatic change columns in columngroups,therefore when i am at tuesday load the state,grid is destroy,caz state contains old week.

    Why cannot add a new column? #98594

    Stanislav
    Participant

    Hello AlexeyZabelsky,

    Take a look at this demo: Refresh Data.
    You can change the data in your DB, and by using this method, you can refresh the data in the grid.

    We don’t have such functionality to change a single column’s data.

    Alternatively, you could use setcellvalue within a function, and change all the cells in the column you want to update.

    Best Regards,
    Stanislav

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

    Why cannot add a new column? #98595

    Zabelsky
    Participant

    Thanks for answer,Stanislav, but that’s not it.what I need.
    Me need change columns at columngroups ,not data.
    have a good day

    Why cannot add a new column? #98596

    Stanislav
    Participant

    Hello AlexeyZabelsky,

    Do you mean something like THIS?

    Best Regards,
    Stanislav

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

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

You must be logged in to reply to this topic.