Hi I am new to datatables and javascript in general and I was wondering if there is anyway to add "data" options to rows and items in datatables.
I am trying to make an intro tour to my site using http://usablica.github.io/intro.js/
and in order to do that I need to add data-info="" and data-step="" options to the item.
So for example when you use intro.js you add items that have "data-intro" and "data-step" options like:
<h1 data-intro='This is step one.' data-step='1'>The Changelog</h1>
Because data-tables is all javascript rendered there is no way to add this to either the "Show/hide columns" button and individual rows in the picture below. Is this possible to fix?
Thank you


Here is the show entries button
data-*tags is "data attributes". What do "h1" or data attributes have to do with "Show/hide" column? Where should the data attributes even be (since there isn't even an "h1")?