TheComputerM / svelte-materialify

A Material UI Design Component library for Svelte heavily inspired by vuetify.

Home Page:https://svelte-materialify.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data table

zfranco55 opened this issue · comments

i did not find a datatable with filter (global search) and select row, does it exist or is it missing?

It is missing, I also think it's needed.

I haven't used a datatable in svelte before, there are some implementations: https://github.com/search?q=svelte+datatable.
This one let's you define the table content, so you can do selection yourself pretty easily: https://vincjo.fr/svelte-simple-datatables/#/demo and it has global search, so you can filter.

Closing this, duplicate of #58
(now aware of global search+select row)