-
Notifications
You must be signed in to change notification settings - Fork 2k
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
slick.pager.js is not able to call the dataView functions for paging why? #1006
Comments
caitu, it is ridiculous asking for help when (a) there are example pages provided that do what you want and work, so it's clearly a problem with your code, not a SlickGrid bug, and (b) you have provided no sample of your code, browser type, a jsfiddle, or anything else. GitHub is for bug reports. If you have a usage question, go to StackOverflow or progressively modify one of the sample pages. |
6pac sorry for the inconvenience i tried in stack overflow but no use and you are asking for sample code here it is my sample code can you please help me
dataView.onPagingInfoChanged.subscribe(function (e, pagingInfo) {
grid.onSort.subscribe(function (e, args) {
}); But in slick.pager.js some of dataview functions are not recognising i cant understand the problem(some of those are dataView.setRefreshHints, dataView.setPagingOptions({pageSize: n});) |
Had you got any reasons to pass dataView.rows to Slick.Grid instead of On Thu, Sep 4, 2014 at 10:58 AM, caitu notifications@github.com wrote:
|
If iam passing dataview, data is not binding to grid |
Put your setItems call into "dataView.beginUpdate(); On Thu, Sep 4, 2014 at 11:07 AM, caitu notifications@github.com wrote:
|
https://github.com/mleibman/SlickGrid/wiki/DataView, Batching updates On Thu, Sep 4, 2014 at 11:11 AM, Leo Berman ldmberman@gmail.com wrote:
|
Thanks for giving reply. I tried what you said but its not working i got the same error |
Sorting is working nicely but problem with paging only |
the code you posted doesn't make any sense to me. for example, an unclosed function. has the site mangled your code? you need to post it in a code block. you can edit your post. |
And update your code please with suggested changes. On Thu, Sep 4, 2014 at 11:20 AM, 6pac notifications@github.com wrote:
|
or link to your StackOverflow post and continue the discussion there |
No description provided.
The text was updated successfully, but these errors were encountered: