diff --git a/source/tables.html.haml b/source/tables.html.haml
index ca697fa..cd92d19 100755
--- a/source/tables.html.haml
+++ b/source/tables.html.haml
@@ -17,6 +17,15 @@
.badge 3 record
.panel-body.no-padding
%table.table
+ %caption.table-header
+ .col-lg-9
+ Per page
+ .col-lg-3
+ .input-group
+ %input.form-control{placeholder: 'Quick search...', type: 'text'}/
+ %span.input-group-btn
+ %button.btn{type: 'button'}
+ %i.icon-search
%thead
%tr
%th #
@@ -45,9 +54,9 @@
.panel
.panel-heading
%i.icon-edit.icon-large
- Bordered Table
+ Padding Table
.panel-body
- %table.table.table-bordered
+ %table.table
%thead
%tr
%th #
@@ -70,14 +79,13 @@
%td Larry
%td the Bird
%td @twitter
-
.col-lg-6
.panel
.panel-heading
%i.icon-edit.icon-large
- Default Table
+ Bordered Table
.panel-body
- %table.table
+ %table.table.table-bordered
%thead
%tr
%th #
@@ -101,6 +109,7 @@
%td the Bird
%td @twitter
+
.panel
.panel-heading
%i.icon-edit.icon-large