cosmocode / dokuwiki-plugin-tablelayout

Set the width of table columns and set which lines to fix
https://www.dokuwiki.org/plugin:tablelayout
GNU General Public License v2.0
3 stars 1 forks source link

doesnt work in IE11 #21

Closed medmen closed 3 years ago

medmen commented 3 years ago

Sorry to report this, buit i'm forced to use IE11 at work. Table-layout plugin does not show any items there (works fine in Firefox on the same Computer). The problem seems to reside in js .repeat() function: Object doesn't support property or method 'repeat' - in the following code: function addSearchSortRow($table,numHeaderRows,columnCount){ var $searchSortRow=jQuery('<tr class="searchSortRow">'+'<th><div></div></th>'.repeat(columnCount)+'</tr>'); var $lastHeaderRow;

would love to see this fixed but i dont have time to dig deeper right now :(

splitbrain commented 3 years ago

won't fix