fnHeaderCallback and Search Filter div

fnHeaderCallback and Search Filter div

jdkidajdkida Posts: 5Questions: 0Answers: 0
edited June 2011 in General
Im really new to CSS,HTML however ive been making alot of progress. I checked out the fnHeaderCallback function and got it to sucessfully modify my table headers, however I was hoping that the search filter was also a header I could modify. I would like to add the (iEnd-iStart) search results to the top search div so that you dont have to scroll all the way to the bottom to see how many results you got. For now I just had it added into the top left header using getElementsByTagName('th')[0].innerHTML but I was wondering if there is a way I could get it into the search div and have it update after each search call. I would also like to add some additional information to the top bar thats why leaving it in my first header column is not going to work.

Thanks!
This discussion has been closed.