Options doc page Group section Buttons filter shows nothing
Options doc page Group section Buttons filter shows nothing
Options docs Group Buttons shows no results:
https://datatables.net/reference/option/ (click the Buttons filter in the Group section)
If I do a browser page search (Ctrl+F), the word "buttons" is on the page 7 times, but there's no Buttons section I guess for the Buttons filter... so I'm a little confused on why that's there or what it means, or if there's missing info.
When I look to the 'Using DataTables' index on the left, where the Options tab is highlighted, there's a Buttons sub-tab; clicking that goes to the Buttons page - https://datatables.net/reference/button/ - mentioning "Displaying buttons", with an example of the buttons:
options listed in the $('#myTable').DataTable( {
object. Does this refer to the same thing on the Options page? I'm a little confused at the moment.
Answers
Also, I notice that the forum post title is truncated, at least on desktop... making part of it unreadable:
Also, I notice the Digital Ocean ad obscures some text on any of the doc pages here; it's too tall, cutting off the top half of a chunk of text, making it hard to read.
This seems to work:
This provides a list of the different types of buttons you can use. The
$('#myTable').DataTable( .. );
Is just a simple example of how to initialize specific buttons. You will find the full buttons docs by click ing Extensions on the left then Buttons, taking you here.I've never seen a Digital Ocean or any other type of ad on the datatables site and I look here multiple times a day. Wonder if its something specific with your browser.
Kevin