dioxus-table 0.1.1

Make data-driven table rendering easy with Dioxus
Documentation
[dependencies.dioxus]
version = "0.2.4"

[dependencies.dioxus-table-macro]
version = "^0.1.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.136"

[dependencies.serde_json]
version = "1.0.79"

[package]
authors = ["Maccesch"]
description = "Make data-driven table rendering easy with Dioxus"
edition = "2021"
keywords = ["dioxus", "table", "front-end", "wasm"]
license-file = "LICENSE"
name = "dioxus-table"
readme = "README.md"
repository = "https://github.com/Synphonyte/dioxus-table"
resolver = "2"
version = "0.1.1"