Info Language - Custom Info line.. 'X Selected of Y records' - with scroller.
Info Language - Custom Info line.. 'X Selected of Y records' - with scroller.
I would like to a message to be displayed when I select records.
'X of Y records selected totalling $Z.zz'
I'm trying the fnInfoCallback, but it doesnt seem to be firing or showing.
I saw this post ( http://www.datatables.net/forums/discussion/5775/scroller-fninfocallback-problem/p1, but that is only using the main default constants. I need to get the ones selected and some other vals to show.
DT 1.10-dev from git
Scroller 1.1.1.dev from git
'X of Y records selected totalling $Z.zz'
I'm trying the fnInfoCallback, but it doesnt seem to be firing or showing.
I saw this post ( http://www.datatables.net/forums/discussion/5775/scroller-fninfocallback-problem/p1, but that is only using the main default constants. I need to get the ones selected and some other vals to show.
DT 1.10-dev from git
Scroller 1.1.1.dev from git
This discussion has been closed.
Replies
Allan
Is there a way to manually fire the InfoCallback or something similar.
I am currently trying to just use jQuery and update the DOM. This is working up to a point....
I can get the initial Total of rows, but when the filtering happens, it doesnt show the right full total anymore.
Using something that hooks directly into the rows that are showing would be helpful.
Thanks.
Allan
(i'm kind of bluring the two threads I have now: http://www.datatables.net/forums/discussion/comment/49856 )
Hopefully I can find a method to be able to trigger an event when filtering.