Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dansysanalyst authored May 24, 2024
1 parent 89c3a2d commit 34bb043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/rendering-a-powergrid-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For reference, the following example utilizes the class `app/Livewire/Tables/Dis

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).

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).
Furthermore, if you have pagination enabled, you might have to configure the `?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 34bb043

Please sign in to comment.