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

Enhancement: Support for displaying page wise loaded data #42

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

fb-ifx
Copy link
Contributor

@fb-ifx fb-ifx commented Jan 20, 2025

By creating this pull request you agree to the terms in CONTRIBUTING.md.
https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md
--- DO NOT DELETE ANYTHING ABOVE THIS LINE ---

CONTRIBUTING.md also tells you what to expect in the PR process.

Description
Adds an option to customize handling of changes which affect the currently displayed page in the table. This can be used to display page wise loaded data in the table. It behaves like all data is present but in fact, only the data items of the currently visible table page is handed to the data table component.

Switching pages, changing page size, sorting of columns and the csv export are all adapted and work with the new changes.

The behavior of the data table does not change with this PR. For the user, the table behaves the same, with or without this new option. The changes are only technical and in the background.

Related Issue
Related to #41 Option to customize handling of page size, page number or sorting changes

FYI @verena-ifx

📦 Published PR as canary version: 0.11.0--canary.42.a0217821a43b463968802cf62790dbad9a1de59b.0

✨ Test out this PR locally via:

npm install @infineon/infineon-vue-datatable@0.11.0--canary.42.a0217821a43b463968802cf62790dbad9a1de59b.0
# or 
yarn add @infineon/infineon-vue-datatable@0.11.0--canary.42.a0217821a43b463968802cf62790dbad9a1de59b.0

@fb-ifx fb-ifx added enhancement New feature or request minor Increment the minor version when merged labels Jan 20, 2025
Copy link
Contributor

github-actions bot commented Jan 20, 2025

PR Preview Action v1.6.0

🚀 View preview at
https://Infineon.github.io/infineon-vue-datatable/pr-preview/pr-42/

Built to branch gh-pages at 2025-01-23 12:25 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor Increment the minor version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to customize handling of page size, page number or sorting changes
1 participant