Able to display fullscreen yet?

Able to display fullscreen yet?

tclark333tclark333 Posts: 3Questions: 1Answers: 0
edited April 2014 in General
I know someone asked about this a few years back, but is there an option to display a table in fullscreen mode yet? If not, I can try their suggestion using Facebox. But just wanted to do it within DataTables if possible.

Thanks for a great product!

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Isn't this a browser feature? Just have your browser go fullscreen...!

    Allan
  • tclark333tclark333 Posts: 3Questions: 1Answers: 0
    I mean having just the DataTable go fullscreen. For example, there's a menu at the top of the page and search and filter options above the table. But the user wants to see the most data possible, so I'd like to toggle the DataTable so it expands the max width and height of the page and hides everything else.
  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    This isn't a feature that will be built into DataTables core, but it could be readily accomplished using simple DOM / jQuery statements. Just take the table wrapper and move it to the top level of the document. Then hide everything else you don't want. Or if you truly want fully screen, use the HTML full screen API on the table wrapper element.

    Allan
This discussion has been closed.