Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A table widget for iced which supports selection and is so flexible you can make editable cells.

License

Notifications You must be signed in to change notification settings

airstrike/tabular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tabular

Made with iced

A table widget for iced which is generic over the data type in cells and cell references. Create spreadsheet-like interfaces with ease!

Results may vary. No pivots included. Side effects may include sorting headaches, cell formatting debates, and the occasional formula that looks right but isn't. Creating a formula engine is left as an exercise for the obsessed reader - this table is just a table!

Demo

Usage

The widget is generic over the data type in cells and supports custom cell referencing systems. A default implementation for Vec<Vec<T>> is provided.

Check out the examples directory for a simple example or run it via:

$ cargo run --example simple

License

MIT

About

A table widget for iced which supports selection and is so flexible you can make editable cells.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages