1rosehip / jplist

jPList jQuery Data Grid Controls is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure (DIVs, UL/LI, tables, etc).
http://jplist.com
Other
437 stars 176 forks source link

Omit core.min.css and use own CSS for hidden class? #284

Open suntrop opened 7 years ago

suntrop commented 7 years ago

Hi! I have a dropdown and a text filter and it works fine. But the core.min.css renders my text input quite unfortunately.

When I omit the core.min.css almost everything is fine, but

  1. the "No results" DIV is always visible
  2. and if nothing matches the filter the .list-items won't be hidden

Do I have to just include some classes in my own CSS file or can I set a config for my own class (of the CSS framework perhaps)

sjahlers commented 6 years ago

I've been using my own css for jplist. Just add this to your css. .jplist-hidden { display: none; }