issues Search Results · repo:code-lts/jquery-uitablefilter language:JavaScript
Filter by
9 results
(82 ms)9 results
incode-lts/jquery-uitablefilter (press backspace or delete to remove)Here is a tweak I made so you can search in several columns instead of just one. It assumes column is no more a String
but an array of Strings (the desired column s names).
if( column )
{
var ...
natinusala
- 3
- Opened on Oct 21, 2013
- #10
When you are using the zebra widget on a table, and you filter based on some input (i.e. from the user typing into a
text field), sometimes you get two odd or two even colored rows next to each other. ...
bug
mrubin
- 1
- Opened on Oct 7, 2013
- #9
I ve changed your code to support match notification when a match is found.
You are free to use this code:
/*
- Copyright (c) 2008 Greg Weber greg at gregweber.info
- Dual licensed under the MIT and ...
prainho
- 1
- Opened on Aug 29, 2013
- #8
you gotta include the text of the license for your code somewhere to comply with MIT
As for GPL, which version? 2 or 3?
redchair123
- Opened on May 8, 2013
- #7
The data I m trying to filter is in a form input field inside a table row. uitablefilter seems to ignore it. Is there a
workaround?
stoneface
- 3
- Opened on Dec 5, 2012
- #6
Thank you for this script :) I m facing this bug that is driving me insane, every time the filter input text looses
focus or on enter it submits as if there was a form of type get and action to filter.. ...
alexseif
- 4
- Opened on Nov 16, 2011
- #5
text.indexOf is not a function [Break On This Error] if (text.indexOf(word) === -1) {
I switched the line from the file:
text = caseSensitive != null ? caseSensitive : {
str: str.toLowerCase() ...
BarryCarlyon
- 5
- Opened on Jun 26, 2011
- #4
from github user barclay-reg
59 (new): var elems = jq.children().filter( tbody ).children().filter( tr:visible ).each(search_text); 63 (new): var
elems = jq.children().filter( tbody ).children().filter( ...
feature
gregwebs
- 1
- Opened on Sep 23, 2010
- #2
Hi, this is a very useful plugin! I m trying to give my users the ability to narrow their search by using who input
fields. I can t manage the hidden rows to stay hidden when using the second input field. ...
saten
- 1
- Opened on Sep 21, 2010
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.