Usage pattern for html in tables?
mmattozzi opened this issue · 3 comments
mmattozzi commented
Hi, thanks for the library... hoping this is just a documentation improvement, but is it possible to include HTML in tables as described in https://gridjs.io/docs/examples/html-cells ? If so, how do I import the html function using this library? Thanks!
mmattozzi commented
Oh, of note including
<script src="https://unpkg.com/gridjs/dist/gridjs.umd.js"></script>
and then later referencing gridjs.html()
did work just fine for my use case, but I was wondering if there was a cleaner way that didn't involve also including that source file.
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Genaker commented
the same issue