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
5
votes
1 answer

Building a Bootstrap table with dynamic elements in Flask

I'm working with Flask on building a Bootstrap table out of a list of people taken from a SQLAlchemy database. However, the information I want to put in the table is appearing above it. Here's the code in question: {% extends…
5
votes
2 answers

Table filter is not initialized in bootstrap-table

I use bootstrap 3 and bootstrap-table. I would like to use table filter extension, but filter is not initialized. jsfiddle html
Matt
  • 8,195
  • 31
  • 115
  • 225
4
votes
1 answer

Bootstrap Table (Advanced Search)- Show all rows when custom button is clicked

I am using bootstrap-table plugin . In this plugin i have added data-advanced-search for filtering rows depending on user input. So, whenever down arrow button is clicked a modal gets open . In this modal there are inputs for all columns and…
Swati
  • 28,069
  • 4
  • 21
  • 41
4
votes
2 answers

How to make bootstrap-table-filter-control work with Flask, Jinja and Dataframe

I'm using python Flask render_template to return a html page for a route of my python app, and in the html I want to use the bootstrap-table-filter-control as described in the bootstrap example here. However the example given seem to be using a…
Mn2C
  • 111
  • 1
  • 1
  • 6
4
votes
2 answers

Custom parameters for bootstrap-table server side pagination

I have a service created with spring boot, for which I am trying to display its data using the bootstrap-table library. My service allows pagination with the query parameters ?page=x&size=y, where page starts at 0. The response for the query returns…
robbieperry22
  • 1,753
  • 1
  • 18
  • 49
4
votes
0 answers

how can disable the checkbox programmatically in a bootstrapTable?

I need to disable the checkboxes of the rows that were selected to avoid being selected for a second time, use custom function stateCheckBoxFormatter(value, row, index) { logic for disable or not return { disabled:…
4
votes
1 answer

Bootstrap Table Formatter for URL

Javascript: function LinkFormatter(value, row, index) { return ""+value+""; } HTML:
JSON: { data:…
Leo
  • 222
  • 1
  • 4
  • 15
4
votes
1 answer

bootstrap-table export event?

I am using table-bootstrap and i would like to post process some of the data before exporting the event occur. The post processing is going to be sending the selected data for export to the back-end and save it to database. In cases everything…
ziedTn
  • 262
  • 5
  • 17
4
votes
4 answers

Bootstrap-Table: How to hide a column without deleting it from the DOM?

I'm having problems with the Bootstrap-Table plugin: https://github.com/wenzhixin/bootstrap-table I have a hidden ID column in the table I need to hide. But I can't do
because that deletes it from…
gene b.
  • 10,512
  • 21
  • 115
  • 227
4
votes
2 answers

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 I've done is I added an attribue like "data-rowcolor" and then used a javascript to apply the…
max
  • 9,708
  • 15
  • 89
  • 144
4
votes
1 answer

Using CellStyle when adding rows with BootstrapTable

I have a Bootstrap-Table with a a button to add a new row of data. I would like to color the cell of a certain column (text2) for each new row as it's inserted. I am using the built in method cellStyle() as shown here:…
user2242044
  • 8,803
  • 25
  • 97
  • 164
4
votes
2 answers

Bootstrap table showing empty rows

I've created this bootstrap table that is populating data from a .PHP file however I can't get the formatting to look correct, see below: Table with extra spacing The table has loads of extra rows added at the bottom and says "No data available in…
Harry
  • 61
  • 2
  • 7
4
votes
5 answers

Multiple data fields in bootstrap table

In my database, I have fields fname and lname. I am using a Bootstrap Table to display the results to the user. What I would like to do is concatenate the two fields to display under one column called Name. This currently works, albeit it the first…
user2843365
  • 377
  • 2
  • 7
  • 20
4
votes
2 answers

bootstrap-table (wenzhixin) --> Data by Ajax

i want to use the bootstrap-table library from wenzhixin (http://bootstrap-table.wenzhixin.net.cn/) but my skills seem not be as good enough that i can get the script running. I want the table to be supplied with data via ajax. Here's the code which…
Daniel Bäuerlein
  • 149
  • 1
  • 1
  • 12
4
votes
1 answer

Bootstrap table "item per page" dropdownlist not working

I use bootstrap table for present my data. Everything works, but there is dropdown to select number of items per page There is my code. Do you have any idea, maybe there is some issues with versions?
Jacek
  • 11,661
  • 23
  • 69
  • 123
1 2
3
65 66
LINK DATA ID