Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html table fixed first column

<!-- just saying dont put css in your dom :) -->
<div style='height: 100px; overflow-y: scroll'>
  <table>
    <tr style='position: sticky; top: 2px'>
      <th>Name</th>
      <th>Age</th>
      <th>Job</th>
    </tr>
    <tr>
      <td>John</td>
      <td>25</td>
      <td>Programmer</td>
    </tr>
    <tr>
      <td>Jane</td>
      <td>32</td>
      <td>Designer</td>
    </tr>
    <tr>
      <td>Joe</td>
      <td>22</td>
      <td>Manager</td>
    </tr>
    <tr>
      <td>Jill</td>
      <td>30</td>
      <td>Marketing</td>
    </tr>
    <tr>
      <td>Jack</td>
      <td>40</td>
      <td>Sales</td>
    </tr>
    <tr>
      <td>Jill</td>
      <td>30</td>
      <td>Marketing</td>
    </tr>
  </table>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: how to horizontal line in html 
Html :: html4 
Html :: html change button color 
Html :: embed png in html 
Html :: html to markdown 
Html :: make all fields read only in form 
Html :: html <mark 
Html :: htdocs 
Html :: div tag in html 
Html :: how to use flaticon in html 
Html :: html image buffer to base64 
Html :: nuxt i18 
Html :: alpine function 
Html :: attribute select option html 
Html :: emoji css 
Html :: html from submitting with out reload 
Html :: disable pdf download to not logged in users wordpress 
Html :: Drop down 
Html :: coreui padding 
Html :: twig first last element 
Html :: what is paragraph tag 
Html :: <a href="#"<div class="fab fa-instagram"</i</a 
Html :: html5 boilerplate code 
Html :: icon inside input 
Html :: tailwind flex grow 1 
Html :: angular call function from html 
Html :: what is erc721 
Html :: how to get img src from xml 
Html :: default php version ubuntu 20.04 
Html :: leave youtube comment with timestamp 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =