Skip to content

feat: allow providing a Custom Pagination Component #1317

feat: allow providing a Custom Pagination Component

feat: allow providing a Custom Pagination Component #1317

Triggered via pull request October 18, 2024 00:53
Status Failure
Total duration 49s
Artifacts

main.yml

on: pull_request
Matrix: run
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Node 20: src/examples/slickgrid/Example42-Custom-Pager.tsx#L1
Module '"@slickgrid-universal/common"' has no exported member 'BasePaginationComponent'.
Node 20: src/examples/slickgrid/Example42-Custom-Pager.tsx#L1
Module '"@slickgrid-universal/common"' has no exported member 'PaginationMetadata'.
Node 20: src/examples/slickgrid/Example42.tsx#L141
Object literal may only specify known properties, and 'customPaginationComponent' does not exist in type 'GridOption'.
Node 20: src/slickgrid-react/components/slickgrid-react.tsx#L7
Module '"@slickgrid-universal/common"' has no exported member 'BasePaginationComponent'.
Node 20: src/slickgrid-react/components/slickgrid-react.tsx#L18
Module '"@slickgrid-universal/common"' has no exported member 'PaginationMetadata'.
Node 20: src/slickgrid-react/components/slickgrid-react.tsx#L1250
Property 'customPaginationComponent' does not exist on type 'GridOption'.
Node 20: src/slickgrid-react/components/slickgrid-react.tsx#L1253
Property 'customPaginationComponent' does not exist on type 'GridOption'.
Node 20: src/slickgrid-react/components/slickgrid-react.tsx#L1256
Expected 3-4 arguments, but got 0.
Node 20
Process completed with exit code 2.