Releases: theodorejb/trestable
Releases · theodorejb/trestable
0.8.0
0.7.1
Added
- Export
sortViaParamsfunction.
0.7.0
Added
- A
groupByfunction can now be declared for custom row grouping (combine with a customgroupHeadercomponent). - A
bottomCalcfunction (along withcalcFormatter) can be defined on a column to reduce all the values to a single number to display after the group. - A
calcRowClassfunction can be used to set a custom class on the calculation row based on the calculated value(s).
0.6.1
Changed
- Hide row toggle button when printing.
0.6.0
Added
updateRecordfunction which is passed to column components and can be called to update the record in bound data.
0.5.2
Fixed
- Bug where row toggle button could submit parent form.
0.5.1
Fixed
effect_update_depth_exceededpagination error.
0.5.0
Added
- Support for Svelte 5.
Changed
- Svelte 5 is now required.
0.4.2
Added
sortAndPagefunction to simplify client-side sorting and pagination.
Changed
- Expanded readme documentation.
- Removed an unnecessary internal
$$propsusage.
0.3.1
Changed
- Updated peer dependency to enable testing in Svelte 5 projects.