Alternative Row-Based Templates

A rowTemplate can be used to render items in a more descriptive, article based format.
This is useful when items are sortable, but the actual values are less important than the relative order.

grid should refresh render when changed, and have a suitable CSS formatting.

Article theme CSS options

<link rel="stylesheet" href="../../css/article.css" shim-shadowdom> <sortable-table class="article" rowTemplate="fruitDescTemplate" footerTemplate="articlePager"> <!-- data --> </sortable-table>