Questions tagged as 'bootstrap-4'

0
answers

Horizontal Scroll in Bootstrap 4

I'm trying to make a list of products, but I want to list them horizontally. The problem is that the list exceeds the limits of the container, the scroll does not appear to continue seeing the images. I hope you understand what I say. T...
asked by 04.05.2018 / 21:42
1
answer

Show only when you type in the text field

In the tutorial of Bootstrap 4 of W3 there is a section called B4 Filters, it is like a search engine with JS, and it looks for the words that are in a DIV with a text field. But I want the DIV to be hidden and shown only when I type in the text...
asked by 28.04.2018 / 20:31
0
answers

How to organize MVC C # bootstrap versions?

I'm using a template that depends on bootstrap 4 and I want to use plug in Bootstrap Table MVC but occupies a lower version of bootstrap do not load the galphicons icons correctly so how can I load the icons or use the two versions?     
asked by 13.04.2018 / 18:49
1
answer

The elements of the next row are attached to the previous rowHow to solve it?

I am showing the products stored in my database (for which I am using laravel 5.6). However, when moving to the next horizontal line, the products are very close to the previous line. How could I make a spacing between one line of elements and t...
asked by 09.04.2018 / 22:10
2
answers

Fill Datatables to Column

Hi, I have a problem for a Datatable to fill the width of a col (using Bootstrap 4) HTML is like this <div class="container-fluid"> <div class="form-group"> <div class="row" style="padding-top:20px"> &l...
asked by 08.04.2018 / 16:50
0
answers

Angular 5 bootstrap 4

I'm making an application with angle 5 and bootstrap 4, but making the main vertical component complicates everything. This is seen on large screens without problems: but then when I shrink the screen I get the html of the main component a...
asked by 13.03.2018 / 17:14
0
answers

Bootstrap-Select needs double click to show options

I'm with a page where I have several forms. I'm using bootstrap select (v1.12.14) along with bootstrap 4.0.0 and java backend (with spring MVC). The problem I have is that when I click on a select to show me the available options, you do not...
asked by 21.02.2018 / 15:59
1
answer

ng-template angular creates or deletes an instance, every time it does show or hide

I'm testing the tabssets of ng-bootstrap and I have this structure in the html. <ngb-tabset> <ngb-tab title="Simple"> <ng-template ngbTabContent> <lamb-form-print-document [entities]="entities"...
asked by 15.02.2018 / 20:59
1
answer

Loader Jquery 3.2.1 / Bootstrap 4.0

<style> .loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url('load.gif') 50% 50% no-repeat rgb(249,249,249); } </style> In body: <div class="load...
asked by 30.01.2018 / 10:27
0
answers

Organize buttons in bootstrap navbar 4 when hamburger menu appears

I need to organize the buttons in the bootstrap 4 navbar when the hamburger menu appears when it collapses, here's how it usually is: Then to collapse for the responsive version: How could I place the elements down aligned with respe...
asked by 30.01.2018 / 17:15