Hi there.
I have a report page in which I display a Table
and then call window.print()
for native browser printing of the HTML content. I do the same for PDF, but in that case the export
package has a great feature for displaying page count/total(as described here).
The question is: Is Table
able to do that in pure HTML? Like a feature of the Widget or something?
I know that you can't do that in pure HTML, CSS or JavaScript at all, so you depends on the native page display that browser generates on the footer alongside with the page url.
Thank you in advance.