You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally asked in the KNP Paginator Component Github, but they sent me here.
| Bundle version | 5.9.0 | Components version | 3.6.0 | Symfony version | 6.4.2 | PHP version | 8.3.2
I have several pagination objects on a single page, so I want to change the respective parameter names for sorting and paging so they don't conflict. Changing the page parameter name works using "pageParameterName" (see code below for more details), however using the documented "sortFieldParameterName" and "SortDirectionParameterName" change nothing. The parameters are still the default "sort" and "direction", which I do not want to be changed in other parts of the application, only in this function.
Each table page parameter should have the respective name, which is working. The sort parameters should change as well, in the same way, however, they are not. What am I missing?
The text was updated successfully, but these errors were encountered:
I originally asked in the KNP Paginator Component Github, but they sent me here.
| Bundle version | 5.9.0 | Components version | 3.6.0 | Symfony version | 6.4.2 | PHP version | 8.3.2
I have several pagination objects on a single page, so I want to change the respective parameter names for sorting and paging so they don't conflict. Changing the page parameter name works using "pageParameterName" (see code below for more details), however using the documented "sortFieldParameterName" and "SortDirectionParameterName" change nothing. The parameters are still the default "sort" and "direction", which I do not want to be changed in other parts of the application, only in this function.
I'm referring to this for documentation.
Location table function calls the initial page for the table, where Twig embeds the item table below.
Item Table Fragment. Is called using Twig controller embedding.
Each table page parameter should have the respective name, which is working. The sort parameters should change as well, in the same way, however, they are not. What am I missing?
The text was updated successfully, but these errors were encountered: