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
The sticky will not work with <thead/>, <tr/> (table-rows), <th/> etc. I need it here! For always visible header if i scroll table right or down. Without any script. This will very helpful a big tables.
The effect of position: sticky on table elements is the same as for position: relative
In my opinion this sentence should be removed and the behaviour for all elements (and display values) should be the same.