Skip to content

Commit

Permalink
fix link and improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
dansysanalyst committed May 21, 2024
1 parent 9cce28f commit 2b76c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/rendering-a-powergrid-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ For reference, the following example utilizes the class `app/Livewire/Tables/Dis

## Multiple Components Per Page

To display more than one PowerGrid component you must first set a unique `TableName` to each component. Read more about [configuring table name](/table-component/component-configuration.html#table-name).
To render more than one PowerGrid component on the same page, you must first assign a unique `TableName` to each component. Read more about [configuring table name](/table-component/component-configuration.html#table-name).

In order to have pagination on each component, you may also need to configure an unique "page=" parameter for each component. Read more about [configuring Page Parameter](/pagination.html#url-page-parameter).
Furthermore, if you have pagination enabled, you might have to configure de "?page=" parameter for each component. Learn more about the [URL Page Parameter](/table-features/pagination.html#url-page-parameter).

Then, you can just include two `<livewire>` tags as demonstrated below.

Expand Down

0 comments on commit 2b76c2f

Please sign in to comment.