UNPKG

aire

Version:
1 lines 409 B
<template><table class="uk-table" ref="table"><caption if.bind="caption">${caption}</caption><thead if.bind="header"><tr><th repeat.for="column of columns">${column.name}</th></tr></thead><tbody><tr repeat.for="row of rows"><td repeat.for="column of columns">${row[column.key]}</td></tr></tbody><tfoot if.bind="footer"><tr><th repeat.for="column of columns">${column.name}</th></tr></tfoot></table></template>