FSN#32007 Find-as-you-type pas vanaf 5 regels en niet bij collapsed
svn path=/Website/trunk/; revision=24470
This commit is contained in:
@@ -31,10 +31,11 @@ function doFilter(deze)
|
||||
});
|
||||
}
|
||||
|
||||
if (window.$)
|
||||
$(document).ready(function() {
|
||||
if (typeof(postformHTML)!="undefined") $("body").append(postformHTML);
|
||||
|
||||
if ($('table.rstable>tbody>tr').length)
|
||||
if ($('table.rstable>tbody>tr').length > 4)
|
||||
{
|
||||
$("#iframerextratitle").after("<input id='autofilter' type='text' placeholder='"+L("lcl_autofilter")+"'>");
|
||||
$("#autofilter")
|
||||
|
||||
Reference in New Issue
Block a user