--- title: Adding items layout: demo category: demos --- The insert method will append, add items to the widget, filter, sort, and then layout all items The appended method adds items to the widget, and then lays out only the new items. Insert new elements Append new elements
The insert method will append, add items to the widget, filter, sort, and then layout all items
insert
The appended method adds items to the widget, and then lays out only the new items.
appended