jQWidgets Forums

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 9 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • search with 'startswith' #76064

    tak
    Participant

    i have values in my source as foo|first,bar|second
    what i want to do is that it should search startswith but with both first and second value after splitting pipe
    so it should behave as below:
    INPUT — OUTPUT
    *******************
    fo — foo|first
    fi — foo|first
    se — bar|second
    ba — bar|second
    r — no output
    ec — no output
    ar — no output
    oo — no output

    by default it gives output in all condition

    search with 'startswith' #76095

    ivailo
    Participant

    Hi tak,

    Unfortunately there is not such a feature.

    Best Regards,
    Ivailo Ivanov

    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.