...
When scrolling, the title and Search bar should stick to the top and remain visible.
Best practices
Use:
when you want to show relevant content for each list item.when there is a need to select one or more items from a list.
when you want to show relevant content for each list item.
when content may vary between rows (contrary to a griddata table, which is more strict in nature).
...
For long, complex lists where grouping and categorisation could be applied → use a Tree.
For complex items with multiple attributes which need to be displayed → use Data Tables.
...
An optional Search field can be used for long, scrolling lists, to help the user find items easily.
Visual elements, such as leading icons and images, can help the user to scan and absorb grasp a large amount of information.
...