Skip to content
Discussion options

You must be logged in to vote

Hi @SpeedyInternet,

We are discussing this issue internally, if it is possible to improve PowerGrid without generating a breaking change.

Currently, it is not possible to change the pageName in a PowerGrid component.

So, this is not a direct answer to your question, but perhaps you can have a custom pageName for your main component to avoid the collisions. For example, it can be productPage.

You can see more at Livewire documentation on multiple paginators.

Another possibility is to disable URL pagination in your component using Livewire's WithoutUrlPagination Trait.

// app/Livewire/MyPowergridTable.php

class MyPowergridTable extends PowerGridComponent
{
    use \Livewire\WithoutUrlPagin…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by luanfreitasdev
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants