svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.27k stars 63 forks source link

[Feature Request] Table component #406

Open BeeMargarida opened 1 year ago

BeeMargarida commented 1 year ago

Usage example, including component, action, motion, or utility API

Simple table component, that uses HTML<table> DOM elements.

image

Possible implementation - describe how the feature can be implemented

No response

Do you want to contribute this feature and create a pull request

Yes

shayneoneill commented 9 months ago

+1ing this. Its a pretty central piece of functionality to any webapp used for work purposes. For inspiration, look at carbon's data grid. Its a thing of beauty.