-
Notifications
You must be signed in to change notification settings - Fork 35
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
Datahub: Add pagination for table component #1120
Conversation
Affected libs:
|
📷 Screenshots are here! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!! that looks really good! I'll try this alongside with the PR from @AlitaBernachot and see if everything goes according to plan ;)
// export const WithWfs: StoryObj<TableComponent> = { | ||
// loaders: [ | ||
// async () => ({ | ||
// dataset: await openDataset( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, small change, function signature has changed:
await openDataset(
'https://www.geo2france.fr/geoserver/cr_hdf/ows',
'wfs',
{
wfsFeatureType: 'accidento_hdf_L93',
}
),
`
b404f14
to
4e531b2
Compare
ad9f43e
to
cabd2ba
Compare
and fix horizontal scroll
and keep loading state in table-view.component
… and use it in the geo-table-view.component
Also make the footer the same size as before
cabd2ba
to
c358bc8
Compare
As this is not supported by the Reader API
c358bc8
to
576ea1a
Compare
Also throw an error when trying to show the graph
making ViewChild wait for table
cd2e7fa
to
f9fade5
Compare
incase reader encounters an issue
dfc8637
to
90ab2bb
Compare
independent of maxFeatureCount
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything's looking good to me now. Thanks for the involvement! these were quite big changes.
We might revisit some things related to the integration in the datahub as we get some usage feedback.
da3eb6d
to
72239c9
Compare
Description
This PR introduces pagination to the
table.component
Todos:
Screenshots
Quality Assurance Checklist
breaking change
labelbackport <release branch>
label