Varun Verma
Varun Verma

Reputation: 542

Why does the URL contain query strings ? How to remove these

Dear Userfrosting experts...

I have just installed Userfrosting on LAMP Stack. Ubutnu 16.04

The URL contains query strings : http://example.com/dashboard#&sort[table-activities][occurred_at]=desc&page[table-activities]=1&size[table-activities]=10

How can I get rid of these query strinngs ?

They look ugly !

Upvotes: 0

Views: 60

Answers (1)

Louis Charette
Louis Charette

Reputation: 1331

This is related to the TableSorter sort2hash plugin. The query strings are used to reapply the same sort and filter params if the page is accessed again.

It is enabled in uf-table. See USerFrosting document about Tables here : https://learn.userfrosting.com/4.2/client-side-code/components/tables

Upvotes: 0

Related Questions