-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat(pci-databases-analytics) - refactor data table and add filtering #14524
feat(pci-databases-analytics) - refactor data table and add filtering #14524
Conversation
6b29873
to
afc8dfc
Compare
9a88aaf
to
de328be
Compare
54e17af
to
9da7f4f
Compare
58793cd
to
0279f9d
Compare
878f3d5
to
4c1e100
Compare
4c1e100
to
ccfdef7
Compare
Signed-off-by: Jonathan Perchoc <[email protected]>
ccfdef7
to
e3dff38
Compare
export function DatatableAction({ children }: { children: ReactNode }) { | ||
return <>{children || <></>}</>; | ||
} |
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.
export function DatatableAction({ children }: { children: ReactNode }) { | |
return <>{children || <></>}</>; | |
} | |
export function DatatableAction({ children }: { children: ReactNode }) { | |
return <>{children || undefined}</>; | |
} |
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.
Not forget to squash :)
ref: DATATR-681 Signed-off-by: Jonathan Perchoc <[email protected]>
Quality Gate failedFailed conditions |
The error is ignored as the error has nothing to do with the changes in PR and the error was resolved with #14959 |
develop
Description
Update data-table to add sorting and filtering
Related
The branch feat/mysql-query-statistics should be merged into this branch before proceeding to the release