When a redirect url ends with a hash (#) the browser (Chrome) does not redirect/refreshes the browser.
This is happening with this setting:
```
form = SQLFORM.grid(
query,
client_side_delete=True
)
```
When a redirect url ends with a hash (#) the browser (Chrome) does not redirect/refreshes the browser.
This is happening with this setting:
```
form = SQLFORM.grid(
query,
client_side_delete=True
)
```