Re: [WICG/webcomponents] [templates] How to handle expressions in tables (#703)

As discovered in [templize](https://github.com/spectjs/templize) and [uce-template](https://github.com/WebReflection/uce-template), the simplest workaround is
```js
<template>
  <table>
    <!--{{rows}}-->
  </table>
</template>
```
It has zero cost from performance/code size perspective. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/703#issuecomment-1013555096
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/703/1013555096@github.com>

Received on Saturday, 15 January 2022 00:14:37 UTC