Questions tagged as 'boostraptable'

1
answer

How can I implement the has-error class as it appears in the image by jquery

$(document).ready(function() { $("button").on("click", function() { //Variables para evaluar el ingreso de datos var username = ($('#username').val()); var password = ($('#password').val());...
asked by 13.05.2018 / 10:16
2
answers

How to put a button inside a table

I have the following code: <div class="table-responsive"> <table id="Grid" data-toggle="table" data-url="@Url.Action("Metodo", "Controller")" data-method="post" data-pagination="tr...
asked by 16.04.2018 / 20:54
2
answers

How to paint half screen and responsive in css boostrap 4?

Hello, I would like you to help me. I am making a form. I would like half of my screen to be painted yellow and with that logo in the middle. and the other half like this, and I would like to perform responsive. I'm doing with boostrap 4 and css...
asked by 11.08.2018 / 17:50
0
answers

how to validate in an each x-editable

I have the following table where I add a correlative to an item, Valid that the item is not blank and also that this is not repeated. Validate that this blank works well, but the one that does not repeat does not work, but I can not compare it....
asked by 10.12.2018 / 16:11
1
answer

Problem button click function jquery with datatables bootstrap

I have a table more or less like that. In the delete button I have a class that I use to delete the record from ajax. The code of the table in a simplified way is the following: <table cellpadding="0" cellspacing="0" border="0" class=...
asked by 04.09.2018 / 23:00
0
answers

Filter all or some columns individually in Boostrap table

I have a problem wanting to filter on a boostrap table if I do it from the general search, it does not filter me as it should since I search for short words and it filters me in all the fields, so I have to filter for each column. <div cla...
asked by 28.08.2018 / 01:38
1
answer

Table Boostrap mutiples calls to function

I have a boostrap table, configured and functional in each row I have put a button that executes a function and changes the color of the button. But it seems that the function is called several times, I put a consolole.Log and this is repe...
asked by 27.08.2018 / 12:06
0
answers

Boostrap Table problem of multiple calls to my function

I have a boostrap table, configured and functional in each row I have put a button that will execute a function and change the color of the button. initially I only worked the button on the first page, by using the pager I lost the function o...
asked by 23.08.2018 / 16:03
1
answer

Why can not I load this Boostrap4 template into Rails?

It turns out that I can not load a boostrap4 template and rails throws me the following problem Showing /Users/Brian/Desktop/nuevo/final_proyect/app/views/layouts/application.html.erb where line #10 raised: couldn't find file 'main' with type...
asked by 17.07.2018 / 08:01