Mathias Ottosson

Results 21 issues of Mathias Ottosson

### Description When selecting all rows/cols/table and remove row/col the selection range is invalid as the range.to will be larger than whats available. I don't know if this is the...

Docs: Content
Status: To be discussed
Core: Selection

### Describe the bug When I navigate the table with tabNavigation set to true (default) the focus leaves the table when I hit the first and last cells of a...

bug

### Describe the bug If you make changes to cells, then sort the column (and I guess the same would happen for filtered columns), then undo the changes the undo...

bug
Copy-paste
Undo-redo
TypeScript
Reported

**Describe the bug** When I run the tests they succeeds at first, but running them again a second time right after the first and the local_socket_stream test fails for me....

bug

Would it be relevant to include a fill series (a.k.a. fill range, drag fill, fill handle) feature to this project? Much like in Excel it would be great to be...

Up for grabs

### Dependencies check up - [X] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 7.9.1...

### Describe the bug When I open files with the FileDialogBuilder I can write anything in the file name field and the dialog accepts this as if it existed. ###...

type: bug
status: needs triage

### Describe the bug When I put my computer to sleep and wake it up again all state has been lost on the frontend of my Tauri application. The page...

type: bug
platform: Windows
status: needs triage

### Describe the bug I'm having a hard time reproducing this issue in a minimal example. So I'm just putting this here hoping for the best. In my React application...

bug
Status: Answered

Hi. thanks for this awesome library! Is it possible to generate numeric enums in typescript from my rust enums? ```rust #[derive(Serialize, Deserialize, TS, Debug)] #[serde(rename_all = "camelCase")] #[ts(export, export_to =...

enhancement