Skip to content

Commit

Permalink
fix(examples/tasks): add hack to generate dynamic css classes
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolguevara committed Nov 7, 2023
1 parent 336f8d0 commit 79d1053
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,14 @@
}
</script>

<!-- HACK: we need to investigate why all tailwind css classes needs to be generated ahead of render -->
<span class="hidden col-span-2" />
<span class="hidden col-span-3" />
<span class="hidden grid-cols-6" />
<span class="hidden grid-cols-8" />
<span class="hidden grid-cols-9" />
<span class="hidden grid-cols-11" />

<div class="rounded-md border">
<DataTableToolbar {tableModel} />
<div class="grid grid-cols-{cols}">
Expand Down

0 comments on commit 79d1053

Please sign in to comment.