Skip to content
Advertisement

Tag: bootstrap-table

Bootstrap-Table: Expand rows that are not hidden

I have filters set up that will hide certain rows of my bootstrap-table. I have also implemented the “expandAllRows” method to display all detail-views; however, this method will expand ALL rows including those that are hidden by my filters. How would I modify bootstrap-table.min.js in order to only show the detail-views of the rows that are visible? I believe I

Bootstrap Tooltips Disappear Upon Sorting Table

I have included some Bootstrap tooltips (indicated by glyphicons) in my table (http://jsfiddle.net/mademoiselletse/bypbqboe/66/) by adding the following tag directly into my table cell: I initialize the tooltips by triggering tooltipExe () every time the table is loaded (line 56, 82, 109, 117), defined as follows: While it works perfectly when the table is loaded, the Bootstrap tooltip effect within the

Advertisement