From 2b76c2faadca3bfdeeb18e1c3e82b92c5c632f60 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 21 May 2024 12:35:50 +0200 Subject: [PATCH] fix link and improve text --- docs/get-started/rendering-a-powergrid-table.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/rendering-a-powergrid-table.md b/docs/get-started/rendering-a-powergrid-table.md index 5f25c23..03acbfa 100644 --- a/docs/get-started/rendering-a-powergrid-table.md +++ b/docs/get-started/rendering-a-powergrid-table.md @@ -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 `` tags as demonstrated below.