Tablas
Información contenido "Tab 01"
Información contenido "Tab 02"
Tablas
Ejemplo 01 Ejemplo 02 Acción Detalles
Data 01 Data 02
                
                <table class="table table-striped">
                    <thead>
                    <tr>
                    <th scope="col">Ejemplo 01</th>
                    <th class="hidde-item" scope="col">Ejemplo 02</th>
                    <th scope="col">Acción</th>
                    <th class="btn-details" scope="col">Detalles</th>
                    </tr>
                    </thead>
                    <tbody>
                    <tr>
                    <td>Data 01</td>
                    <td class="hidde-item">Data 02</td>
                    <td><a href="#"><i class="ti ti-edit"></i></a> <a href="#"><i class="ti ti-trash"></i></a></td>
                    <td class="btn-details"><a href="#" class="table-icon-details" data-toggle="modal" data-target="#exampleModalCenter"><i class="ti ti-list-details"></i></a></td>
                    </tr>
                    </tbody>
                </table>