Matthew Watson

Results 17 comments of Matthew Watson

> > Generally I thought that it would be nice to have the option for a header or not with molten, but if it's not appreciated I understand! > >...

@AnnMarieW I have tried setting the input with the following settings based on this documentation: ``` defaultColDef={"sortable": False, "filter": False}, columnSize="sizeToFit", dashGridOptions={ "rowDragManaged": True, "animateRows": True, "pagination": False, ``` but...

@BSd3v My data are being returned as a pandas data frame, always with the same number of columns (1) with the same column name. However, since the rows are changing...

Where does the `getRowId` attribute normally get set? When I attempt to set it to False under `dashGridOptions`, no rows show up on callback. Unfortunately right now the app we...

@BSd3v I assume that the `getRowId` attribute doesn't need to be set for the managed dragging? What is curious is that this error shows up only on Windows OS Google...

@EcollBio We considered using the spatialdata-io API for organizing data for our visualization application, but we have not currently implemented it.

Switching to `html.Button` appears to have the problem occur less frequently. It doesn't appear deterministic at this point. I am also seeing if explicitly setting `n_clicks=0` for each button helps....