Tobias Van Damme

Results 21 comments of Tobias Van Damme

I would like to bump this thread. This is still an issue. I have a column where some cells are dropdown fields, and other cells are numeric data or strings....

@pwan2991, You can also achieve that with a circular callback and the callback context. In that case you don't need to have the MultiplexerTransform in your application, and you don't...

Is there any update on this topic? The image is still not resized to fit the width of the specified jsPDF format (A4 in my case). It fits the height...

I found a solution for this problem. You need to set the `width` property in `html2canvas`. Find out the width of your element in pixels and pass that to `html2canvas`,...

Any update on how to make it working on Windows? Both PowerShell and Command Prompt do not work. It's either the issue: `lerna ERR! EFILTER No packages remain after filtering...

What about adding a new property to the component, e.g. `loading_properties`. Then ``` const isLoading = loading_state && loading_state.is_loading; ``` changes into ``` let isLoading = false; if (loading_state &&...

I want to bump this issue again. The problem still occurs, but only when adding a `dash_table.DataTable()` component to the layout. I created a forum post describing the issue with...

### Identified issue The `react-select.css` styling overrides the `Dropdown.css` styles when a `dash_table.DataTable()` component is added to the layout, undoing the `maxHeight` setting in `dcc.Dropdown`. ### Suggested solution The styles...

Can I push this thread to understand the latest status for the `fitEllipse` function? I have been trying to understand how the angle that `fitEllipse` returns is defined. (Please help...

While we have the topic open. Can we also review the section on building the different parts after making changes? For the latest PR I made changes to the dash-renderer....