Tabele

Stefanescu Mihai 2 years ago Bootstrap
Acest articol face parte din cursul Toate lectiile Bootstrap. Te poti inscrie la acest curs aici!

Bootstrap ne pune la discpozitie o serie de clase ce ne pot schimba modul in care arata un tabel in HTML.

Un table simplu

Putem crea un tabel normal si ii dam clasa “table” care ii va daun aspect ceva mai ingirjit.

    <table class="table">
        <thead>
            <tr>
                <th>Rand</th>
                <th>Nume</th>
                <th>Prenume</th>
                <th>Limbaj</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>1</td>
                <td>Stefanescu</td>
                <td>Mihai</td>
                <td>PHP</td>
            </tr>
            <tr>
                <td>2</td>
                <td>Ionescu</td>
                <td>George</td>
                <td>C#</td>
            </tr>
            <tr>
                <td>3</td>
                <td>Popescu</td>
                <td>Ion</td>
                <td>Java</td>
            </tr>
        </tbody>
    </table>

Tabel cu randuri colorate

In bootstrap putem face un tabel cu randuri de culori diferite foarte simplu , trebuie numai sa punem clasa table-striped la table.

    <table class="table table-striped">
        <thead>
            <tr>
                <th>Rand</th>
                <th>Nume</th>
                <th>Prenume</th>
                <th>Limbaj</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>1</td>
                <td>Stefanescu</td>
                <td>Mihai</td>
                <td>PHP</td>
            </tr>
            <tr>
                <td>2</td>
                <td>Ionescu</td>
                <td>George</td>
                <td>C#</td>
            </tr>
            <tr>
                <td>3</td>
                <td>Popescu</td>
                <td>Ion</td>
                <td>Java</td>
            </tr>
        </tbody>
    </table>

Tabel cu border pe margini

Pur si simplu adaugam si clasa table-bordered la tabel.

    <table class="table table-bordered">
        <thead>
            <tr>
                <th>Rand</th>
                <th>Nume</th>
                <th>Prenume</th>
                <th>Limbaj</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>1</td>
                <td>Stefanescu</td>
                <td>Mihai</td>
                <td>PHP</td>
            </tr>
            <tr>
                <td>2</td>
                <td>Ionescu</td>
                <td>George</td>
                <td>C#</td>
            </tr>
            <tr>
                <td>3</td>
                <td>Popescu</td>
                <td>Ion</td>
                <td>Java</td>
            </tr>
        </tbody>
    </table>

Tabel Condensed

Acest tip de tabel nu este altceva decat un tabel cu mai putin padding.

    <table class="table table-condensed">
        <thead>
            <tr>
                <th>Rand</th>
                <th>Nume</th>
                <th>Prenume</th>
                <th>Limbaj</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>1</td>
                <td>Stefanescu</td>
                <td>Mihai</td>
                <td>PHP</td>
            </tr>
            <tr>
                <td>2</td>
                <td>Ionescu</td>
                <td>George</td>
                <td>C#</td>
            </tr>
            <tr>
                <td>3</td>
                <td>Popescu</td>
                <td>Ion</td>
                <td>Java</td>
            </tr>
        </tbody>
    </table>

Programator de ~8 ani, am lucrat la proiecte din mai multe industrstrii, de la eCommerce la telecomunicatii la automatizari. In acest timp am folosi diferite tehnologii, de la PHP, MySQL, PostgreSql, RabbitMq, Redis, Memcached si altele.


Get in touch
Pentru nelamuriri, dubii, comentarii si chestii de pe suflet ne putem auzi pe Discord, Reddit sau poti deschide o discutie noua pe forum

Stefanie # 3 weeks ago Hey! Do you know if they make any plugins to safeguard against hackers? I'm kinda paranoid about losing everything I've worked hard on. Any tips?
Eva # 3 weeks ago I'm really enjoying the theme/design of your website. Do you ever run into any browser compatibility issues? A couple of my blog audience have complained about my website not working correctly in Explorer but looks great in Chrome. Do you have any ideas to help fix this issue?
telfast farmacia en Camerรบn # 1 week ago I have read so many articles about the blogger lovers except this post is genuinely a good article, keep it up.
Club-ul este dedicat membrilor si ofera access la mai multe zone ale website-ului.
Login Register

๐Ÿ”– Bookmarks โž•
โœจ Pentru a sustine aceasta comunitate am sa te rog sa te autentifici sau sa te inregistrezi!

๐ŸŒช๏ธ Discord โž•
Back to top
Folosim cookie-uri pentru a oferi functionalitatile critice ale aplicatiei Invata-Programare. Folosim cookie-uri si pentru a analiza traficul, pentru care e nevoie de consimtamantul dvs. explicit.