967 questions
1
vote
3
answers
139
views
`Conflicting assets with the same target path` with `bootstrap-table`
I've updated my developer tools in Windows 11 to use the updated .NET 9/10 of November 2025 update. I have not updated my projects to .NET 10, so the projects are running in .NET 9. I have one ...
1
vote
1
answer
115
views
Content Security Policy (CSP) with Bootstrap Table
I've got a Bootstrap table. I'm trying to get it to work right in my ASP.NET Core Razor page. I keep getting this error when I add the JavaScript for Bootstrap table as I have copied in below. The ...
0
votes
1
answer
107
views
Bootstrap Table plugin: Multiple headers and data-show-columns
Using Bootstrap Table plugin.
I have a table with two header rows, first one is with the actual column names and the other with some additional data.
When I set data-show-columns = "true", ...
1
vote
2
answers
312
views
How to keep sticky-header bootstrap table inside a div with dynamic data?
I am using bootstrap-table and dynamically adding my datas into the table (including headers)
I have checked below and other related posts but there's no luck.:
how-to-implement-fixed-header-for-table-...
0
votes
1
answer
41
views
How to highlight current column/header on mouse over?
By default, Bootstrap-Table highlights the current row on mouse over:
https://examples.bootstrap-table.com/
How can I achieve the same with the current column?
(As a matter of fact, it would be even ...
1
vote
2
answers
34
views
Is there a way to have a generic type use the type of one of it's properties?
If I have a generic type like the following
type Foo<T> = {
propertyA: T[],
propertyB: number,
functionA: (a: T) => void
}
is there a way to infer the type of T based on whatever ...
0
votes
0
answers
60
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 ...
0
votes
0
answers
121
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 ...
0
votes
1
answer
141
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 ...
0
votes
0
answers
30
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, ...
0
votes
1
answer
1k
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 ...
-1
votes
1
answer
222
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 ...
1
vote
2
answers
1k
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 ...
1
vote
0
answers
27
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 ...
-1
votes
1
answer
111
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 ...