We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7539892 commit c1a1440Copy full SHA for c1a1440
jquery.table-shrinker.js
@@ -44,7 +44,7 @@
44
let r = $(this).after('<tr class="blank-row"></tr>').after('<tr class="shrink-wrapper"><td colspan="99"></td></tr>')
45
$ths.each(function (hId) {
46
if($(this)[0].className.match('shrinkable')) r.find('td').eq(hId).addClass('shrinkable')
47
- var re = new RegExp('(?:shrink-)(..)[ ]?');
+ var re = new RegExp('(?:shrink-)([a-z]*)[^ ]?');
48
let result = $(this)[0].className.match(re);
49
if (result) {
50
if(rId == 0) {_suffixes = _suffixes + ' ' + result[1]}
0 commit comments