jQWidgets Forums

jQuery UI Widgets Forums Vue Issue with addRow()

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Issue with addRow() #105870

    frosty
    Participant

    I tried to add a single row to the end per documentation and earlier non vue threads: this.$refs.myGrid.addrow(null, {}); It is adding many rows instead of single row. I also tried this.$refs.myGrid.addrow(null, []);, this.$refs.myGrid.addrow(null, [{}]); without any luck. Please advise on the right usage to add a single row to end.

    Issue with addRow() #105878

    Todor
    Participant

    Hello frosty,

    Please review the following example. It adds one empty row at the end.

    Let us know if you need further assistance.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

    Issue with addRow() #105893

    frosty
    Participant

    Works great! Thank you

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

You must be logged in to reply to this topic.