Adds elements to the pool of item elements of the container, but does sort, filter or layout.
Adds elements to the pool of item elements of the container, but does sort, filter or layout. More details in [Adding items](adding-items.html).
## appended
## appended
@ -25,9 +27,9 @@ Adds elements to the pool of item elements of the container, but does sort, filt
{% endhighlight %}
{% endhighlight %}
Adds elements via `addItems` method, then triggers `layout` just for those new elements.
Adds elements via `addItems` method, then triggers `layout` just for those new elements. Useful for Infinite Scroll. More details in [Adding items](adding-items.html).
@ -47,7 +49,9 @@ Removes Isotope functionality completely. Returns element back to pre-init state
{% endhighlight %}
{% endhighlight %}
Appends elements to container, adds items to via `addItems` method, and then triggers `reLayout` method so new elements are properly filtered, sorted and laid-out.
Appends elements to container, adds items to via `addItems` method, and then triggers `reLayout` method so new elements are properly filtered, sorted and laid-out. More details in [Adding items](adding-items.html).
@ -12,7 +13,7 @@ Isotope can rearrange item elements via sorting.
## Markup
## Markup
In our example, each item element has several data points that can be used for sorting.
In our example, each item element has several data points that can be used for sorting. There's the elemental symbol, number, name of the element, weight, and category.
{% highlight html %}
{% highlight html %}
@ -35,7 +36,6 @@ In our example, each item element has several data points that can be used for s
{% endhighlight %}
{% endhighlight %}
There's the elemental symbol, number, name of the element, weight, and category.