jQWidgets Forums

jQuery UI Widgets Forums Grid Add multiple rows at top

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Add multiple rows at top #59025

    Adarsha
    Participant

    Hi,

    I have a “multiselect” combo box . Say the list items are library names. When each library name (Ex: LIB1) is selected, i have a query to server which gives the list of files in that library. Then i add those list of files to the jqxGrid.

    When i select another library(Ex: LIB2), then the new list of files of LIB2 should be added at the top, rather at the bottom of the first library LIB1 files. At present when i add, it adds at the bottom of the earlier library file list

    How can i do this? I have seen below example and it adds at the bottom of the earlier list. Can any one help me please !!

    Add multiple rows at top #59031

    Peter Stoev
    Keymaster

    Hi adarsha,

    The last parameter of “addrow” can be “first” and it will add the new row to the top, not to the bottom of the rows.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.