You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first time posting on this site. So if this isn't the right place please let me know.
How can I apply this to only one table on a webpage that has multiple tables? An example; here. I have applied this to the larger table and it works great but I do not want it applied to the scrollable table titled "19-W - Panel Sizes" I would like the header sticky to just that scrollable window. That's another issue though.
The text was updated successfully, but these errors were encountered:
Use $(".sticky-table-header").stickyTableHeaders(); instead of $("table").stickyTableHeaders(); and then apply the class 'sticky-table-header' to the table you want to have a sticky header.
StefanBols, thank you for the response. I have changed the code as you mentioned above, however, the smaller table's header is still not working as I would like. I am trying to implement two different table headers on the same page. I am trying to have a larger table with the sticky header as the one found on the bootstrap.html page and the smaller table's header as the scrollable-div.html found in the demo folder. Is this possible?
This is my first time posting on this site. So if this isn't the right place please let me know.
How can I apply this to only one table on a webpage that has multiple tables? An example; here. I have applied this to the larger table and it works great but I do not want it applied to the scrollable table titled "19-W - Panel Sizes" I would like the header sticky to just that scrollable window. That's another issue though.
The text was updated successfully, but these errors were encountered: