Synphonyte / leptos-struct-table

Easily create Leptos table components from structs
Apache License 2.0
164 stars 24 forks source link

Fixed issue with pagination #25

Closed TimTom2016 closed 6 months ago

TimTom2016 commented 6 months ago

After reviewing the code, I made a small adjustment to a single line. I hope this resolves the existing issues with pagination and data that does not have enough rows to meet the specified row count.

Please review the modification and provide feedback as necessary. Thank you! PS: This is my first PR on Github on a Public Repo.

TimTom2016 commented 6 months ago

Tested it with own Website and Included Pagination Example. No Issues apparent

maccesch commented 6 months ago

I feel honored then, that you made your first open source contribution to this crate!

And it's a good one as well. Thanks!