jQuery.FilterTable icon indicating copy to clipboard operation
jQuery.FilterTable copied to clipboard

Options are not working

Open ykbks opened this issue 10 years ago • 1 comments

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?

ykbks avatar Jan 17 '15 17:01 ykbks

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?

sunnywalker avatar Aug 08 '15 01:08 sunnywalker