Top "Bootstrap-table" questions

Bootstrap Table is an extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.

How to add space between table rows with border without using border-spacing and empty rows

I tried to use border-spacing attribute. But my table has header with multiple rows which are also affected by it. …

html css twitter-bootstrap html-table bootstrap-table
Merging Cells in Bootstrap Table

I have troubles merging Cells in Bootstrap Table I've found an example here. But I don't want the merging executed …

css twitter-bootstrap-3 bootstrap-table
bootstrap-table - how to set table row background color

I'm using bootstrap table. If I set the color in the style attribute, it gets removed by bootstrap-table, so what …

bootstrap-table
Bootstrap-table change dynamically table height

I'm using Bootstrap-table plugin in version 1.6. I want to change dynamically table height - is it possible? I can't figure …

jquery twitter-bootstrap-3 bootstrap-table
Bootstrap-table filter-control extension populating select with complete list of options

I am using bootstrap-table for working with data from my database. I use the pagination features and only send back …

jquery twitter-bootstrap bootstrap-table
Bootstrap Table: sort by date field

I am using this Bootstrap table plugin. But sorting by date is not working properly. Here is the code: <…

javascript php jquery html bootstrap-table
Bootstrap Table Formatter for URL

Javascript: function LinkFormatter(value, row, index) { return "<a href='"+row.url+"'>"+value+"</a>"; } HTML: &…

javascript html json formatter bootstrap-table
Bootstrap table how to change value using input box in data-formatter

I am using bootstrap table to display my data. I used a data formatter on a column like: function inputFormatter(…

jquery twitter-bootstrap-3 bootstrap-table
Bootstrap 3 - Popover div html

I based in this example: https://jsfiddle.net/hL0pvaty/ But the popover must contain a html div , therefore, what …

bootstrap-table bootstrap-popover