Project

General

Profile

Feature #15446

Updated by Enis Nuredini about 1 year ago

Title: 
 * Design from title breaks if DIV tag with bootstrap class "pull-right" or "pull-left" is used and output longer than available Space is. Fix: Create a new DIV tag with style="clear:both;" to solve the issue. 

 Table: 
 * Align text or button in center of table cell with given bootstrap class in TD tag: <td class="text-center"> 
 * If you want to prevent saving actual filter and sorter state from tablesorter then you need to configure the config without "saveSort". Easy way to do this is adding this two Attributes: <table data-save-sort="false" data-save-filter="false" class="..."> Only available for tablesorter V2.31.1 and higher. For older versions there is currently only the way from the qfq documentation.

Back