Skip to content

Prevent concurrent iTwin API fetches#214

Draft
alexdunae wants to merge 3 commits into
mainfrom
alex/itwin-tableview-fixes
Draft

Prevent concurrent iTwin API fetches#214
alexdunae wants to merge 3 commits into
mainfrom
alex/itwin-tableview-fixes

Conversation

@alexdunae

Copy link
Copy Markdown
Contributor

The Stratakit data table requires pre-fetching all records in order to support client-side search. Previously in-progress HTTP requests would get aborted by next-page requests, resulting in net::ERR_ABORTED.

This PR adds proper guards.

We also add Storybook controls for toggling between different requestType and viewMode options for easier testing.

alexdunae and others added 3 commits June 16, 2026 10:50
The Stratakit data table requires pre-fetching all records in order to support client-side search.  Previously in-progress HTTP requests would get aborted by next-page requests, resulting in `net::ERR_ABORTED`.

This PR adds proper guards.

We also add Storybook controls for toggling between different requestType and viewMode options for easier testing.
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.

1 participant