Peter

Results 8 issues of Peter

We recently started adding copy, paste and fill support for our grid, which has been amazingly easy to do. Great work! There are a few minor issues around the `fillHandle`...

feature request

It would be great to expose a way to customize the `copyToClipboard` function. In our case we'd like to be able to include the column titles as the first row,...

feature request

This adds a storybook example of an expandable nested tree by implementing a custom cell renderer, shifting text based on depth, and filtering out the children of collapsed items. https://user-images.githubusercontent.com/94077014/171967390-19d2047f-70e7-4dff-b818-4a73d146324d.mp4

In #150 @ivoelbert added support to pass in padding to the `scrollTo` which is useful, however I need this to happen when `appendRow` is called as well. In my fork...

good first issue
help wanted

The current reordering support is very useful, but quite limiting in terms of customizability. In its current state, draggability can only be controlled by defining `onRowMoved` and `onColumnMoved`, at which...

feature request

**Is your feature request related to a problem? Please describe.** Currently if the `$_(...)` cannot find the specified `messageId`, it simply silently outputs the `messageId` with no sort of indication...

https://github.com/jstemmer/go-junit-report/pull/157 added a `go-junit-report-$(VERSION)-darwin-arm64.tar.gz` build, but it doesn't seem to be in the release assets This is causing tools like `rtx` to fail to install `go-junit-report` on `arm64` ``` %...

### Describe the bug I am able to use old versions of svelte-query in https://svelte.dev/repl/ using the following import: ``` import { QueryClient, useQuery } from '@sveltestack/[email protected]'; ``` However if...