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

chore(docs): update Back Kit documentation #2042

Merged
merged 7 commits into from
Mar 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ This would normally trigger the Table to render such data, loosing this way the
To avoid this behavior, the [Breadcrumbs][bk-breadcrumbs] component should be included in the page.
It listens to the `display-data` event, and consequently emits [nested-navigation-state/push] events to restore the nested visualization with the newly updated data.

It is possible to add the `keepPageCount` property to the `bk-crud-client` component, set to true. It tries to stay on the current page after a successful CRUD operation.

:::caution
The [Pagination][bk-pagination] and the [Breadcrumbs][bk-breadcrumbs] components should be included in the plugin configuration for the [Table][bk-table] component to work properly while editing nested fields.
:::
Expand Down