Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

can't change count span number on divider after the list filtered #2486

Closed
lifengid opened this issue Sep 21, 2011 · 1 comment
Closed

can't change count span number on divider after the list filtered #2486

lifengid opened this issue Sep 21, 2011 · 1 comment

Comments

@lifengid
Copy link

I want change the count number on list divider, and show a "nothing" list item if anything not found.

@scottjehl
Copy link

This is a nice idea for a feature addition. I'll add it to the feature suggestions page on the wiki. For now, you should be able to handle this with some basic jQuery traversal in your JavaScript file. The listview filter behavior binds to the "keyup change" events on the generated search input, so you should be able to do the same and manipulate the listview markup after the filter is complete. I hope that helps!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants