-
really enjoy the work done so far on py-shiny. it's awesome.
I'm wondering if there any suggested interactive table libraries out there to use for py-shiny? Not really looking for a grid, but mor…
-
Hi,
Thanks for the awsome package. I'm excited in produce some reports with this tool, but I'm facing some problems in generate pdf from a rmarkdown file with reactable. After getting a lot of err…
-
Hello, first of all I really want to thank you for maintaining this great package. I recently switched from `DT` to `reactable`.
I have one column in my reactable table, where some cells have latex e…
-
I have a `Reactable.Table` that is updated dynamically by updates coming down via a WebSocket socket. When a filter is active on the table, the filter is lost when the table is re-rendered as a resul…
tsuna updated
7 years ago
-
My code:
```
import React from 'react';
import ReactDOM from 'react-dom';
import {Table} from "reactable";
ReactDOM.render(
,
document.getElementById('root')
);
```
And I've …
ghost updated
6 years ago
-
On the "Range" questions where there are > 10 questions in a group, the {reactable} table goes reverts back to the first 10 results after each question.
Let's see if there is a way that we can show…
-
I want to find a really clean way to integrate frappe with polymer. I want a class that is
- a true frappe Property / EventStream
- directly usable in as a property in polymer expressions
So far I've…
-
### Issue
Is this behave an issue or am i doing something wrong? I've put this question on Stack Overflow, but i didn't get replied there.
Looks like the JS `if` condition is not being evaluated co…
-
Hi, I read through all vignettes, including [Demo Cookbook](https://glin.github.io/reactable/articles/cookbook/cookbook.html), yet I cant find a bar_chart that support both negative and positive value…
-
Hello,
Thank you for this great package. The ability to include nested reactable within details is super helpful, but the rendering is too slow for interactive usage within shiny apps. Would it b…