Itay Dafna
Itay Dafna
To have consistency with other viz libraries, it would be useful to have the option to display tooltips for the value nearest to the cursor position (vertically) so one does...
Using the example from the examples folder. Will take a look.
Team, I am opening this issue to discuss a potential enhancement to the lumino DataGrid. Specifically, I am interested in hearing your opinions on adding some mechanism where the DataGrid...
Signed-off-by: Itay Dafna
- Shorter Styling section - Add a blurb on Python decorators and how they work, together with a link to further information - Shorten the interact section
Signed-off-by: Itay Dafna
Signed-off-by: Itay Dafna This PR disables any visual nested hierarchies *on the row level* when any transforms such as *filter* or *sort* are applied. It also fixes a bug (thanks...
It would be great to have more examples in the examples folder. Especially as use cases have evolved since `ipydatagrid` was released!
Chrome seems to trigger NetworkError exceptions when loading `Pyodide` from free 3rd party hosting solutions such as Vercel and Netlify. This issue does not occur when served from a local...
Each time a request is sent to Flask, WebDash queues a callback function which gets called whenever the next response is received from the back-end (this is synchronous by nature)....