Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

fix: external pagination, and sticky table header #100

Merged
merged 4 commits into from
Dec 29, 2023

Conversation

tewshi
Copy link
Contributor

@tewshi tewshi commented Dec 28, 2023

Closes #(issue_number)

@tewshi tewshi requested a review from a team as a code owner December 28, 2023 16:04
@@ -196,35 +196,38 @@ describe('DataTable', () => {
});
});

it('checks for data tables with sticky header', () => {
cy.get('div[data-cy=table-expandable-0]').as('sticky');
it.only('checks for data tables with sticky header', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess only was so that you could check the test? for CI it should be removed though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was for me to easily test on local... will remove it

Copy link
Contributor

@lukicenturi lukicenturi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@lukicenturi lukicenturi merged commit b21e6a6 into rotki:main Dec 29, 2023
5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants