Bootstrap snippet and html example. table and inputs on popover test

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: popover,table

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.3.6 included, to get the result that you can see in the preview selection

<div class="container">

    <div class="col-md-3">
        <input name="data[Detail][3][extras_y_recargos]" value="0" class="form-control" type="text" 
        data-container="body" data-toggle="popover" data-placement="bottom"
        data-content="<table class='table table-recargos table-bordered'>
            <tr>
                <td colspan='2'>1,25</td>
                <td colspan='2'>1,75</td> 
                <td colspan='2'>0,35</td> 
                <td colspan='2'>1,75</td> 
                <td colspan='2'>2,1</td> 
                <td colspan='2'>2,0</td> 
                <td colspan='2'>2,5</td> 
                <td colspan='2'>&nbsp;</td> 
            </tr>
            <tr>
                <td colspan='2'>H EXTRA DIURNA</td>
                <td colspan='2'>H EXTRA NOCTURNA</td> 
                <td colspan='2'>RECARGO NOCTURNO</td> 
                <td colspan='2'>HORA FESTIVA DIURNA</td> 
                <td colspan='2'>HORA FESTIVA NOCTURNA</td> 
                <td colspan='2'>HORA EXTRA FESTIVA DIURNA</td> 
                <td colspan='2'>HORA EXTRA FESTIVA NOCTURNA</td> 
                <td colspan='2'>total</td> 
            </tr>
            <tr>
                <td>CANT.</td>
                <td>VALOR</td>
                <td>CANT.</td>
                <td>VALOR</td>
                <td>CANT.</td>
                <td>VALOR</td>
                <td>CANT.</td>
                <td>VALOR</td>
                <td>CANT.</td>
                <td>VALOR</td>
                <td>CANT.</td>
                <td>VALOR</td>
                <td>CANT.</td>
                <td>VALOR</td>
                <td colspan='2'>&nbsp;</td> 
            </tr>
            <tr>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td><input type='text' class='form-control' /></td>
                <td colspan='2'>&nbsp;</td> 
            </tr>
            <tr>
                <td colspan='5'><button class='btn btn-info'>Cerrar</button></td>
                <td colspan='5'><button class='btn btn-info'>Guar</button></td>
                <td colspan='5'><button class='btn btn-info'>Aplicar a todos</button></td>
            </tr>
        </table>">
    </div>
</div>

CSS code

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 3.3.6 included, to get the result that you can see in the preview selection

body{margin-top:20px;}
.popover {
  max-width: 800px;
}

.table-recargos tr td{
    font-size:10px;    
}

table .border-td td{
    border:1px solid
}

Javascript/Jquery code

This is the javascript code used to create this bootstrap snippet, You can copy and paste the following javascript code inside a page with bootstrap 3.3.6 included, to get the result that you can see in the preview selection

$(function () {
  $('[data-toggle="popover"]').popover({html:true})
}) 

Similar snippets

Bootstrap example and template. contacts list table

contacts list table

Bootstrap example and template. list projects

list projects

Bootstrap example and template. Messages Board

Messages Board

Bootstrap example and template. product cards

product cards

Bootstrap example and template. Frequently Asked Questions section

Frequently Asked Questions section

Bootstrap example and template. blog post grid cards

blog post grid cards

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. bs4 profile with timeline posts

bs4 profile with timeline posts

Bootstrap example and template. table and inputs on popover test

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 976 views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.3.6

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.6 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

Jquery plugins

Great built-in plugins with jquery framework, you can easy to change all declarations

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working