Static <thead> on Long Tables
Created by: nnordrum
Would be nice to have a simple way to have the headings of a table stay at the top of a table as you scroll the page. Think long list of employee data.
Would be nice to have this integrated in so it's aware of the other fixed elements like the navbar and will adjust blocking accordingly.
Maybe something like: <table class="table-fixed-header"> <thead> <tr> or <table> <thead class="fixed"> <tr>