bsssshhhhhhh / svelte-data-grid

Lightweight and powerful data grid for svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the project abandoned?

Bighamster opened this issue · comments

Honestly I haven't used svelte for many months now, so my interest in actively developing this project has waned. I'll still consider pull requests, and if someone wants to maintain and improve it, I can add them as a Collaborator

@bsssshhhhhhh I greatly appreciate the work you've started here. I'm no expert with Svelte, but I am making some pretty intense customization to the svelte-data-grid and have my mind wrapped around 1/2-2/3 the code so far. I would be willing to help collaborate and test pull requests as they come in. @Bighamster PR to get DeepDiff to work with SSR solves an issue I've also run into.

FYI (for reference): https://github.com/gamalielmendez/svelte-data-grid fork is 4 commits ahead, added:

  • added rows striped
  • added the ability to select row
  • move selection cursor with mouse wheel
  • changecursor event was added
  • can move the cursor with the keyboard arrows
  • integration with svelte-infinite-scroll for dynamic data loading