0
Hello, I have a problem in a table that is very extensive horizontal and vertical. I need the titles to keep track of the dice until the end in the vertical and horizontal scrolling and I also need the titles to keep track of the dice when scrolling outside the table div.
I found something similar here in the forum, but does not allow scrolling outside the table Div. follow the link: http://jsfiddle.net/mathijsflietstra/X2Kmd/1/
Who can help I thank you very much..
I didn’t get that part, "I need the titles to track the dice on the scroll outside the table div." and what’s the problem with the link example, why doesn’t it answer you?
– hugocsl
Thank you for your reply. I will try to be clearer. In the example I sent, the table thead is stopped along with the view port and what moves in the horizontal and vertical scrolling is tbody. I need there to be a roll off the tbody.
– weinny soares
Look at this example using Bootstrap see if this is what you need https://answall.com/questions/329027/thead-com-topo-fixo-table/329048#329048 here’s another template https://answall.com/questions/44546/fixar-primeira-linha-tabela/329101#329101
– hugocsl
That’s almost it. I need the right scroll bar to also move and the thead to keep up with the data.
– weinny soares
Do you have an example of a table that works the way you want? Is there an example link
– hugocsl
I’d like a lot more if I couldn’t find.
– weinny soares
The closest I could find was this plugin : https://tympanus.net/Tutorials/StickyTableHeaders/
– weinny soares