-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter on irregular thead #1109
Comments
Hi @clod986! Please make sure you are using the latest version of the core and filter widget, it works for me in this demo. |
Hi @Mottie! |
It still works for me: http://jsfiddle.net/856bzzeL/764/ |
I still can't get it to work. I initialize all of my tables with the class widget-[widget_name] and then use a js to set options to the widgets if the table has the widget. The options do a simple IF check on each widget, so I'm pretty sure there's no issue in that. What I noticed, is that in this way it will not initialize filter
in this way it will not initialize stickyHeaders
I'm pretty sure my code is clean, but just in case here's how I initialize all my tables
|
In your example, pushing the widgets via the classes will give me the same error. |
Hmm, you're right, the regex being used to extract out multiple |
Ok, if you use Thanks for reporting this issue! |
And by the way, you can just add all the widgetOptions without worry because the options are ignored if the widget isn't included in the |
Hi,
I guess I'm doing something wrong here.
I have a table with a second
<tr>
in the<thead>
, in order to achieve something like this:I can't get the filter widget to work with this sintax; every other widget is working fine. What am I doing wrong? How should I build the table?
The text was updated successfully, but these errors were encountered: