-
Notifications
You must be signed in to change notification settings - Fork 360
Pagination changes hash #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can I add a +1 for this feature? The current behaviour makes Bootgrid unsuitable for use with JS applications that use hash-based URL routing. |
I too am looking for this. It is difficult to manually override it as |
I would like to request this feature, too. There is also a nasty bug if you use <head>
<base href="http://www.jquery-bootgrid.com/">
</haed> |
+1 Also it changes the hash even when clicking disabled pagination buttons. It would be nice to have this earlier than 2.0.0 or at least to find some quick fix to override the behavior. I was not successful in that so far. |
I have added some changes in the jquery.bootgrid.js 1.3 to make this work without the hash: https://gist.github.com/SaulBurgos/edf9dd2de2d4e444c6e5 I here is an example working: http://expirebox.com/download/680b91e1fda466b1558213539ccee33f.html line edited are with comments : "//modify by saul" I needed use this in angularjs. |
Currently clicking on pagination's pages changes url's hash which is not always desirable (i.e. in SPAs). I guess it's reasonable to add an option to prevent such behaviour.
The text was updated successfully, but these errors were encountered: