Skip to main content

Questions tagged [bootstrap-table]

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

bootstrap-table
0 votes
0 answers
22 views

Unexpected sort order in bootstrap-table

Not sure if I'm doing something dumb or what, but I have a table initialized with data='table' A header like <th data-sortable="true" data-field='col_display_name' class="text-center ...
Chris's user avatar
  • 709
0 votes
0 answers
42 views

Implementing Server-Side Pagination and Exporting Filtered Data in Laravel Bootstrap Tables

I am developing a feature for data export using Bootstrap Tables in my Laravel application. The data displayed in the Bootstrap table is sourced from an API endpoint in Laravel. The problem arises ...
BIlal Ahmed's user avatar
0 votes
1 answer
46 views

implementing bootstrap-table csv export into angular 15 project

I am trying to implement bootstrab-table table export extension for angular project but havnt been successful so far https://live.bootstrap-table.com/example/extensions/export.html Any help or example ...
user5310556's user avatar
0 votes
0 answers
29 views

Cannot sort or filter a date in bootstrap-table [duplicate]

I need your help again. Let me tell you. I have created a bootstrap-table where one of its columns is a datetime that options filter and sort the data in that same column. But when I filter by a date, ...
Kenzo_Gilead's user avatar
  • 2,417
0 votes
1 answer
200 views

Bootstrap Table is not refreshing new data by button but doing by reload

Well, I have configured my bootstrap table to show the refresh button in the toolbar. data-show-refresh="true" The data-url table property is correctly configured. Proof of this is that the ...
Kenzo_Gilead's user avatar
  • 2,417
-1 votes
1 answer
54 views

When entering date in bootstrap-table datepicker it is immediately deleted

I have a column in a bootstrap-table that is a date. And I use a filter on that column. I have 2 ways to select the date. Clicking on the calendar and selecting the date visually. Or by entering it in ...
Kenzo_Gilead's user avatar
  • 2,417
0 votes
0 answers
17 views

Autosize columns based on the data size in each column BootstrapTable version 1.22.1

Is there a method that would auto set the width based on the data size in each column? bootstrapTable Version: 1.22.1 I have tried: $bucketdetailtable.bootstrapTable("showLoading") ... AjAX ...
John Joseph Trovato's user avatar
1 vote
2 answers
65 views

Dynamically inject HTML with Angular code, into existing DOM

I am using Bootstrap Tables in an Angular app. To render custom buttons in a cell, I have to write the HTML code from the Angular Component, defining the HTML as a string. However in this way, I can't ...
DeLac's user avatar
  • 1,104
1 vote
0 answers
16 views

How can we adjust BT table data-height based on screen size?

Can we adjust BT table data height based on screen size no need to page scroll bar vertical and horizontal . table size auto adjust based on screen size. I am using Django template. Thanks, Gaurav ...
GGGoyal's user avatar
  • 21
-1 votes
1 answer
63 views

using Bootstrap-Table in Ionic Angular

I'd like to use Bootstrap Table in my Ionic project. I think it's easy to use and very responsive, so perfect for Hybrid Web App. Moreover I'm porting my Angular project to Ionic, that already uses ...
DeLac's user avatar
  • 1,104
0 votes
1 answer
27 views

Bt table filter extension:- how to filter dropdown value filter out?

How to filter dropdown value based on new data on first filter. Like only $0 needned in second dropdown value Simple table value filter then based on filtered result value dropdown value come to UI. ...
GGGoyal's user avatar
  • 21
-1 votes
1 answer
298 views

Bootstrap table in ASP.NET Core 8 MVC

I am working with an ASP.NET Core 8 MVC project. In my project I need to implement table and I have to use table from https://bootstrap-table.com/ but I can't add this package via Nuget. In ...
Wiesław Śruta's user avatar
0 votes
0 answers
37 views

How can I show and hide a template referring to the current row?

I use Bootstrap Vue table, and I'm trying to show/hide the row item by clicking on a method toggleInnerTable(). This method changes the state of expandedInnerTable[row.item.id] object to true/false. ...
monny's user avatar
  • 127
0 votes
0 answers
36 views

Bootstrap Vue nested tables issue with row IDs

after a long research and tries to handle this issue myself, I'm here to ask for a help. I use Bootstrap Vue to create a child component , in the parent component I use for 2 main tables, each main ...
monny's user avatar
  • 127
0 votes
2 answers
70 views

Resizing two cards with different contents at the same rate with bootstrap

I'm trying to design an app using bootstrap. The idea of the following code is to create 3 rows inside a container, where the first one will have 2 columns each one with a card. In the first card (top ...
Pedro Carvalho's user avatar

15 30 50 per page
1
2 3 4 5
65