-
I'd like to include Sparklines in my tabulator. From reading the tabulator docs at: It doesn't seem like onRendered is included in the params: How would you recommend I go about this? What I've done: I include the following script in my Native Libraries: I've tried using sparklines in my standard anvil python formatter definition like this:
And in Native Libraries I have the following function defined:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Yeah - that seems reasonable |
Beta Was this translation helpful? Give feedback.
Ok try development dependency
include this in your native libs
<script src="https://cdn.jsdelivr.net/npm/[email protected]/jquery.sparkline.min.js"></script>
And then the formatter should be