a similar question from awhile ago without an answer: Limit items or paginate in Quicksand
seems to be in popular demand, but have been searching to no avail. anyone able to accomplish this?
example html:
<ul class="quicksand_list">
<li data-value="#all"><a href="#">All</a></li>
<li data-value="#fruits"><a href="#">Fruits</a></li>
<li data-value="#vegetables"><a href="#">Vegetables</a></li>
</ul>
it filters to all by default, i know i could do a filter on page load but that's not effective... just trying to limit the amount shown on a landing page when there's 300+ items