Skip to content
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

Problem custom pagination #1750

Open
PlimSistemas opened this issue Oct 30, 2024 · 1 comment
Open

Problem custom pagination #1750

PlimSistemas opened this issue Oct 30, 2024 · 1 comment

Comments

@PlimSistemas
Copy link

Have you searched through other issues to see if your problem is already reported or has been fixed?

Yes, I did not find it.

Did you read the documentation?

Yes, I did not find it.

Have you tried to publish the views?

Yes - I didn't work.

Is there an error in the console?

No

PHP Version

8.2.4

PowerGrid

6.0.6

Laravel

11.29.0

Livewire

3.3

Alpine JS

No response

Theme

Bootstrap

Describe the bug.

I’m adding custom pagination, but the view isn’t rendering.

To Reproduce...

pagination

Extra information

public function setUp(): array
  {
    //$this->showCheckBox();

    return [
      PowerGrid::footer()
        ->showPerPage(10)
        ->showRecordCount()
        ->includeViewOnTop('components.table.a')
        ->includeViewOnBottom('components.table.b')
        ->pagination(viewPath: 'components.table.pagination'),
    ];
  }
@PlimSistemas
Copy link
Author

@luanfreitasdev consegue verificar porque não está mostrando a paginação customizada? obrigado!

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

No branches or pull requests

1 participant