Questions tagged [bootstrap-table]

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

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

Links

Related Tags

983 questions
8
votes
4 answers

Bootstrap table server side pagination

I'm using a Bootstrap table to show users data. Currently it's using client side pagination but I want to use server-side pagination as my record is very huge. It would be highly appreciated if anyone can help me out in it.
iklakh.shekh
  • 101
  • 1
  • 1
  • 7
7
votes
3 answers

Opening bootstrap select in bootstrap table issue

The Problem I am using the bootstrap-table plugin and the bootstrap-select plugin, which both work very nice. But I get an issue when I use the bootstrap-select inside a bootstrap-table. If the select box of the last row opens, the table size…
Niki van Stein
  • 10,564
  • 3
  • 29
  • 62
7
votes
2 answers

Refresh Bootstrap-table

The problem is that I cannot make the table (bootstrap-table) update the data after completion of the registration. I'm trying to do it via JS, but without success. I've tried the following: JS $.post($form.attr('action'), $form.serialize(),…
7
votes
1 answer

Including image in Wenhixin bootstrap-table

I am working with Wenhixin bootstrap-table.js. My table should look the below table. Code for creating table is given below
shumana chowdhury
  • 1,742
  • 2
  • 14
  • 34
7
votes
2 answers

bootstrap-table-filter-control extension doesn't work in bootstrap-table

I use bootstrap-table and would like to use table-filter-control extension. In this example you can see how to use this extension. When I want to use this extension for more columns, it doesn't work. In my example filter works only for one…
Matt
  • 8,195
  • 31
  • 115
  • 225
7
votes
1 answer

How does data-sort-name in Bootstrap table Js work?

I am using folowing library : http://bootstrap-table.wenzhixin.net.cn/documentation/ I load json objects into this table which works fine, but now here comes the problem. I want to be able to sort columns. My Json layout as folows : [{"Total":…
Timsen
  • 4,066
  • 10
  • 59
  • 117
7
votes
1 answer

Move row up or down in bootstraptable

I'm using Bootstrap-Table in a project and I'd like to move rows up or down. I have these action events : window.actionEvents = { 'click .up': function (e, value, row, index) { var thisrow = $(this).parents("tr:first"), thisrow.prev().data('index',…
Amandine
  • 125
  • 1
  • 5
7
votes
3 answers

Adding a link in bootstrap-table

I want to add a link to a column in bootstrap-table. How to do this?
Chan
  • 2,601
  • 6
  • 28
  • 45
6
votes
1 answer

VueJS re-compile HTML in an inline-template component

I've wrapped bootstrapTable (https://github.com/wenzhixin/bootstrap-table) into a directive, like this: Vue.directive('bootstraptable', { priority: 1000, params: ['url', 'resource-name'], bind: function () { var _self =…
EveryWell
  • 193
  • 1
  • 7
6
votes
5 answers

Bootstrap-table how to use exportOptions

I want to change the filename that is used when using the Table Export extension. I know I can use the exportOptions to add {fileName:'custom_file_name'}. But I don't know where to put this. I…
user1534019
  • 61
  • 1
  • 1
  • 3
6
votes
1 answer

How to style radio button or checkbox inside a bootstrap table?

I wish to style radio buttons or checkboxes inside a Bootstrap Table using something like https://github.com/cosmicwheels/jquery-checkradios. However, I do not understand how this could be done since the actual corresponding input tags are created…
Prashant
  • 101
  • 1
  • 1
  • 6
6
votes
1 answer

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 it how to do that...
breq
  • 24,412
  • 26
  • 65
  • 106
5
votes
2 answers

How to add multiple header HTML table?

I want to Design a table that has multiple headers. The table design is there:
BM RAFIQ
  • 305
  • 1
  • 3
  • 13
5
votes
1 answer

how to use bootstrap-table Export extension

I've got a table I want to be able to export. I stumbled upon bootstrap-table at http://bootstrap-table.wenzhixin.net.cn/ and thought it was awesome, so I started using some of the stuff. pagination, search, other stuff working, great! but I can't…
bwatson30
  • 263
  • 1
  • 3
  • 12
5
votes
2 answers

Bootstrap 3 - Popover div html

I based in this example: https://jsfiddle.net/hL0pvaty/ But the popover must contain a html div , therefore, what I want is a mixture between the first and the second…
Eladerezador
  • 1,277
  • 7
  • 25
  • 48
1
2
3
65 66