svelte-datagrid icon indicating copy to clipboard operation
svelte-datagrid copied to clipboard

Svelte data grid spreadsheet best best features and performance from excel

Results 10 svelte-datagrid issues
Sort by recently updated
recently updated
newest added

I am trying to add plugins to svelte-datagrid. I am using the latest Svelte-kit and basically doing the sample code in one of the plugins: ``` import { RevoGrid }...

**Describe the issue** I want to use RevoGrid with a prerendered site. To do that I started from [the example](https://codesandbox.io/p/github/pan93412/revogrid-svelte-example/master?file=%2Fsrc%2Fcomponent%2FGrid.svelte) from #16 which worked fine, when hosted with `npm run...

Hi, Any chance you could update the svelte wrapper to use the latest revogrid I see in next? Thanks

**Check if issue exists** Search the repo and ensure your issue doesn't already exist. If so, it may: - Have already been fixed in an unreleased version. - Have been...

You can see a very minimal example reproduced here: https://svelte.dev/repl/b1da73b1d8cb4baba06c2453cbd45122?version=3.55.1 ![image](https://user-images.githubusercontent.com/562035/223779557-4e9dfef1-4cf9-4cfc-beba-0baa78fea68b.png)

There is an issue with Copying a range of values in the svelte-datagrid. useClipboard is enables and ctx[8] is set to true. However only the paste works and that is...

The original Svelte example produces the “Function called outside component initialization” error, making the example unusable. This PR refactors it with the SvelteKit and TypeScript. Also, `defineCustomElements()` is added to...

The documentation doesn't show how to edit the column data (i.e. alignment etc.). The core revogrid documentation shows the angular/react etc. way to do it -- is there any help...

I am trying to use filter-plugins with svelte-datagrid. I need to filter the columns - but filtering doesnt work. ``` import {RevoGrid} from "@revolist/svelte-datagrid/src/svelte"; import {defineCustomElements} from "@revolist/revogrid/loader"; defineCustomElements(); let...

Using Svelte 3.52 and @revolist/svelte-datagrid 3.2.16 with below +page.svelte the autosize of the columns is not working Does someone has an idea ``` import {RevoGrid} from "@revolist/svelte-datagrid/src/svelte"; import {defineCustomElements} from...