Marc-André Rivet

Results 33 comments of Marc-André Rivet

@mbkupfer Thanks for reporting this issue. Unfortunately, I have been unable to reproduce the problem with the example provided above in both Chrome 73 and Firefox 66. Are the errors...

Not getting into the finer points of the interaction with all the table props and focusing on the two main props at hand: `data` and `columns`. Trying to think of...

Behavior is confirmed as incorrect. Furthermore, seems like `header_index: 0` gets processed in such a way as to apply the style to all header rows instead of just `0` (the...

@pmajmudar Thanks for your suggestion and encouragements :) Note to future self: If/when we decide to add this feature, it may be interesting to be able to select by column...

In that case let's add the following components to the list: - Dropdown - RangeSlider - Slider

@DanielBBZ Just to make sure, you are saying that with `table.editable=False` and with specific columns overriding this value with `column[id].editable=True`, you cannot paste into the editable columns of the table?

@hottes There is currently no way to embed components inside the table cells. Linking to the data types and data representation epic here: #166. You can also follow the evolution...

Note: Remove `limitation` from https://dash.plotly.com/datatable/height (https://github.com/plotly/dash-docs/pull/847/files) once fixed

There are a few exceptions to the aggressive background tab throttling. One of these would be to use a websocket connection instead of http requests to establish the Dash connection...

@nicolaskruchten I agree with you that for most components npm publish seems mostly to be for the CDN. The dash-table is meant to be useable in a non-Dash environment but...