framework7

Open full view…

Searchbar Issues with Divider

morgan1984
Sat, 19 Jul 2014 21:03:58 GMT

Hi i have a problem with the search bar and my dividers in the list ( <li class="list-group-title">A</li>) . Is there a way to disable the dividers in the search results ? Cause if i search it shows me all dividers first and then the results of the list. Thanks for help! :)

Vladimir Kharlampidi
Sun, 20 Jul 2014 09:22:24 GMT

You should realize it manually, look at Contacts7 MVC app and its source where it realized with one single function http://www.idangero.us/framework7/apps/

morgan1984
Sun, 20 Jul 2014 19:13:50 GMT

I looked through but i can't find any difference . Can u gave me a tip where to look ? :)

Vladimir Kharlampidi
Mon, 21 Jul 2014 15:25:18 GMT

Look at this file https://github.com/philipshurpik/Framework7-Contacts7-MVC/blob/master/js/list/listView.js

Vladimir Kharlampidi
Mon, 21 Jul 2014 15:25:35 GMT

There is a fixStickySearchResults function

morgan1984
Tue, 22 Jul 2014 16:47:07 GMT

I don't get this running. I am a beginner in js. Thought it will be easier. Maybe u can add this to framework 7? I don't know where to put this function in my app. I am getting scared of these dividers ;-)

Vladimir Kharlampidi
Wed, 23 Jul 2014 16:20:13 GMT

Ok, will add this as option to Framework7

morgan1984
Thu, 24 Jul 2014 07:20:39 GMT

Thank you very much for this big support! :)

Vladimir Kharlampidi
Sat, 26 Jul 2014 19:32:22 GMT

This feature is already in 0.9.4