Questions tagged as 'bootstrap-table'

1
answer

Because my table does not acquire both commands overflow-x e and

I'm using Bootstrap 3 , so I use container , row and c ol-md-5 , ... I do not know why, but I can not even set a height to the table. p> <div class="container"> <div class="row"> <div class="card col-...
asked by 03.08.2018 / 17:18
1
answer

Enable button when selecting rows of the table and disable button when not having any selected

Buenos Dias, I have a table and I would like if a line is selected, a button will be enabled and if there are no rows selected, the button will be disabled. I leave my code here <div class="box"> <div class="box-header">...
asked by 28.11.2017 / 18:43
1
answer

field editable in bootstraptable with x-editable

I am using a bootstrap table from which I want to modify a record of the table, for this I am using a complement called X-Editable ( link ) but the editable field is an input and I need it to be a text because I have to introduce line breaks in...
asked by 11.09.2018 / 01:49
2
answers

How to do CRUD on a bootstrap table

I am using the bootstrap table, I have seen an example where this table can be edited. I tried to edit the table with PHP and MySQL but I do not get results. I've looked at this documentation but I do not get the desired results, I can see...
asked by 28.08.2018 / 13:50
0
answers

BootstrapTable removes check when I filter and remove the filter

Each row in the table has a checkbox in the first column. When filtering by any field, the checkbox check disappears. <div id="soportesContainer"> <table style="font-size:9px;" data-filter-control="true"...
asked by 05.07.2018 / 18:30
0
answers

Error filling in html table with JSON

This is my HTML table <div class="modal-body"> <!--EMPIEZA BODY DEL MODAL --> <div class="panel-body"> <table async="async" width="100%" class="table table-strip...
asked by 15.06.2018 / 03:22