Skip to content

Instantly share code, notes, and snippets.

@amznms
amznms / gist:fde11872ce5c98b5c0c0
Last active August 29, 2015 14:07
Exemplo de Tabela na view (Codeigniter)
<table class='table table-hover' style="margin-top: 15px;-webkit-box-shadow: 0 0 8px #666">
<thead>
<tr>
<th>#</th>
<th>Nome</th>
<th>Email</th>
<th>Tipo de Usuário</th>
<th>Email Confirmado</th>
<th style='width:36px'></th>
</tr>
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Template Base</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">