I am unable to understand with the bootstrap 'sticky-top' class does not work on mobile for the following html :-
<table class="table table-striped table-hover mt-2"> <thead class="thead-dark sticky-top"> <tr> <th class="sticky-top">Location</th> <th class="sticky-top">Actions</th> </tr> </thead> <tbody class="locations-table"> </tbody> </table>
Any help please?
Thanks
2.1m questions
2.1m answers
60 comments
57.0k users