-
Is there a way to get the highlighted/selected cells in the data editor?
I tried making my own version of the data editor as the reflex one did not include on_grid_selection_change or grid_selectio…
-
Hi!
I am using this library for a project, I'm trying to add an onMouseOver event listener to cells.
I tried adding it to the `cellRender` prop as below however it does not seem to be firing?
…
-
Hi Quentin,
I just tried Novae out on my heart cohort. 46 samples ~ 2 million cells.
I used `novae-human-0 `with both `zero_shot` and `fine_tune` .
I used counts and let Novae handle the prepro…
-
### Description
I would like the "reactive execution"/"disabled" cell status be more clear and useful, by unifying it with "lazy execution". Currently there are multiple forms of lazyness that are pr…
-
## ⌨ Accessibility Issue
The screening and assessment table has rows for each skill as well as the education requirement. These act as row headers in addition to the column headers (assessment step…
-
It appears in some cases, the rectangle iterator ( https://github.com/tu-darmstadt-ros-pkg/hector_math/blob/noetic/hector_math/include/hector_math/iterators/rectangle_iterator.h ) iterates over some c…
-
This idea came from @tjlaboss.
The idea is that rather than just referring to a cell by its number, which is mutable, could we refer to it and request it by a string?
Something like `cell.name` possi…
-
Type: Bug
I have a notebook with 3 cells, A B C
I want to drag C so that it is between A and B.
I CANNOT DO IT.
Drag-drop simply doesn't work. I hover over the margin of cell C, so that the curso…
-
Hi, I would like to add some viral marker gene to the sctype database excel file and then perform the automated annotation but somehow that just would not work as the viral gene marker were regarded a…
-
In EPPlus, it implements a string indexer for cell range selection
```
worksheet.Cells["B1"].Value = "This is cell B1"; // Sets the value of Cell B1
worksheet.Cells[1, 2].Value = "This is cell B1";…