Questions tagged as 'bootstrap'

1
answer

Filter in sql table in real time with php

Good evening, my doubt is as follows. I am doing a user page for a system of fines and I have already made my connection to the database, the question is that it shows me the full user table but I would like to add to that view, the possibility...
asked by 01.11.2016 / 05:59
2
answers

Drag Bootstrap modal window with the mouse

I'm using a Bootstrap modal window. How can I make the modal window drag with the mouse because it stays static? <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title></title>...
asked by 02.04.2016 / 00:21
2
answers

bootstrap-select behind input text

I have a problem with several bootstrap-select which display the list of values behind other input text of the same form. You can see several similar examples of the same failure link link Any help on how to fix it?     
asked by 21.12.2018 / 12:03
1
answer

Bootstrap problem

Hi, I'm doing a website, and I have a problem. I'm doing it with Angular and bootstrap. The main page consists only of a navbar a body of news and the footer because when I create it, the footer and the news body remain the same length but the n...
asked by 27.11.2018 / 19:31
1
answer

How to create a drop-down list with submenu

Good day, I'm trying to create a drop-down list with submenu's inside at the time of doing and running it does not let me do it, it does not show me, I'm doing it with boostrap 3.3.7 that comes in mvc 5 of VB, it could help me how to do it...
asked by 23.10.2018 / 00:51
3
answers

Datatables is not responsive

I have the following table, and the problem is that when it is for small devices it is not responsive. <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" th:href="@{/css/...
asked by 04.12.2018 / 21:12
1
answer

Implementing Carousel of Bootstrap example

I'm trying to get the carousel "with indicators" that comes in the documentation Bootstrap in code pen . But only I know I see the white screen with the names "first slide", "second slide" and "third slide" passing. It seems that the function...
asked by 13.10.2018 / 13:16
1
answer

DATATABLE DOES NOT SHOW BUTTONS

I AM USING DATATABLE FOR MY DESIGN BUT I HAVE A PROBLEM WITH THE EXPORT BUTTONS, THEY ARE NOT VISUALIZED, MY JS IS $(document).ready(function () { $('#listaDocumentos').DataTable(); }); var table = $('#listaDocumentos').DataTable({...
asked by 23.10.2018 / 18:15
2
answers

Clean Inputs and TextArea of a form in a Modal of Bootstrap

The code of the table with the buttons is as follows: <table class="table table-striped"> <thead> <tr> <th>Fecha</th> <th>Título</th> <th>Estado</th>...
asked by 27.10.2018 / 18:26
4
answers

How to accommodate the fields of a form with bootstrap?

I want to accommodate fields in this way I have the following fields , and only the combos 1 and 3 are shown, but I do not know how to accommodate so that combos 2 and 4 come out as in the image How could he do it? and likewise...
asked by 22.08.2018 / 22:26