Expand description
Β§π¬ Demo
Β§π Intro
Table RS is a powerful, lightweight, and accessible data table component designed specifically for WASM frontends like Yew, Dioxus, and Leptos. It supports sorting, pagination, searching (with URL sync), and is highly customizable via props.
Β§π€ Why Use Table RS?
The following are some of the reasons why Table RS should be your go-to table component:
- π Built-in Search: Real-time filtering with URL query parameter synchronization.
- π§Ή Debounced Inputs: Smooth user experience while searching.
- β¬οΈ Sorting Support: Column-based sorting with accessible
aria-sort
attributes. - π Pagination: Built-in pagination controls for large datasets.
- π¨ Custom Styling: Easily customize classes and styles.
- π§© Accessibility First: Semantic roles and ARIA attributes out of the box.
Β§Yew Usage
Refer to our guide to integrate this component into your Yew app.
§𧬠Dioxus Usage
Refer to our guide to integrate this component into your Dioxus app.
Β§π± Leptos Usage (TODO)
Refer to our guide to integrate this component into your Leptos app.
Β§π€ Contributions
Contributions are welcome! Whether itβs bug fixes, feature requests, or examples, we would love your help to make Table RS even better.
- Fork the repository.
- Create a new branch for your feature/bugfix.
- Submit a pull request for review.
Β§π License
Table RS is licensed under the MIT License. You are free to use, modify, and distribute this library in your projects.