开发者

FIlter is not searching in my app

开发者 https://www.devze.com 2023-03-06 00:08 出处:网络
In my App , I have a filter, It needs to search for two listviews. please where i did wrong. i am not getting results of second listview.

In my App , I have a filter, It needs to search for two listviews. please where i did wrong. i am not getting results of second listview.

<ul data-role="listview" data-filter="true" data-inset="true" data-theme="c" 开发者_开发百科data-dividertheme="b">
        <li data-role="list-divider">Quickshops</li>
        <li><a href="#">Yours previous orders</a></li>
        <li><a href="#">Your Shopping Lists</a></li>

        <li><a href="#">Your Favorites</a></li>

    </ul>

    <ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
        <li data-role="list-divider">Whats Good</li>
        <li><a href="">Configuring defaults</a></li>
        <li><a href="">Events</a></li>

        <li><a href="">Methods &amp; Utilities</a></li>
        <li><a href="">Responsive Layout</a></li> 
        <li><a href="">Theme framework</a></li>
    </ul>


chenge data-inset="true" it to data-filter="true" in your second listView


Maybe it helps to set data-filter="true" on the second one too!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号