Releases: Synphonyte/leptos-struct-table
Releases · Synphonyte/leptos-struct-table
Version 0.6.0
Changes in this version:
[0.6.0] - 2023-11-02
New Feature 🎉
- Support for generic structs
Fix 🐛
- Fixed
#[table(skip_sort)]on fields
Version 0.5.0
Changes in this version:
[0.5.0] - 2023-10-20
Breaking Changes 🛠️
- Added
on_changeevents to support editable data (see new editable example)
Fixes 🐛
- Fixed selection with
keys that are notCopy
Other Changes
- Modified REST example to include sorting