jQuery.FilterTable
jQuery.FilterTable copied to clipboard
Options are not working
Hi, I've been using this code:
$('#membersList').filterTable({
containerClass : 'form-group',
placeholder : "This only filters the shown data. To search, please use the searchbox on the menu"
});
Appearantly, the placeholder is not being shown and the class is not being applied. Any ideas?
Sorry for the delay. Without more information, I can't really say what may be wrong. Are you using a browser that supports the HTML5 placeholder
attribute? Is there some CSS styling on your fields which hides the placeholder attribute?