Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release@next 0.13.9 #590

Merged
merged 7 commits into from
Jun 17, 2024
Merged

Release@next 0.13.9 #590

merged 7 commits into from
Jun 17, 2024

Conversation

VladislavPopovSR
Copy link

@VladislavPopovSR VladislavPopovSR commented Jun 6, 2024

#545

Now value will be the same type as provided data instead of TableRow. Example with one of the events:
Снимок экрана 2024-06-14 в 15 25 31

Updating to 0.13.9+ version causes an error with InstanceType . Install vue-component-type-helpers and use ComponentExposed instead:

import type { ComponentExposed } from 'vue-component-type-helpers';

const table = ref<ComponentExposed<typeof STable> | null>(null);

For future : somehow we have to provide generics for formatter property in STableColumn component.

@VladislavPopovSR VladislavPopovSR merged commit 59cef94 into next Jun 17, 2024
1 check passed
@VladislavPopovSR VladislavPopovSR deleted the fix/Add-generics-to-table-data branch June 17, 2024 10:06
@VladislavPopovSR VladislavPopovSR changed the title Fix - Add generics to table data Release@next 0.13.9 Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants