{"id":16095705,"url":"https://github.com/vhf/jquery-table-filter","last_synced_at":"2025-04-12T10:10:47.357Z","repository":{"id":5152640,"uuid":"6320708","full_name":"vhf/jquery-table-filter","owner":"vhf","description":"jquery plugin to filter HTML table rows","archived":false,"fork":false,"pushed_at":"2012-10-21T13:36:50.000Z","size":165,"stargazers_count":1,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T05:03:27.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://efeamadasun.github.com/jquery-table-filter/","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"omniauth/omniauth-instagram","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vhf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGE LOG.rdoc","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-21T13:32:49.000Z","updated_at":"2015-09-06T23:31:57.000Z","dependencies_parsed_at":"2022-08-22T14:50:54.335Z","dependency_job_id":null,"html_url":"https://github.com/vhf/jquery-table-filter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhf%2Fjquery-table-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhf%2Fjquery-table-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhf%2Fjquery-table-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhf%2Fjquery-table-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vhf","download_url":"https://codeload.github.com/vhf/jquery-table-filter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550633,"owners_count":21122933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T17:08:05.634Z","updated_at":"2025-04-12T10:10:47.337Z","avatar_url":"https://github.com/vhf.png","language":"JavaScript","readme":"##jquery.table_filter.js  \nversion: 0.1.0 (Oct. 18, 2012)   \n\n####What's this?\nThis is a jQuery plugin that uses input from a textbox to filter rows in HTML tables. its fast and \nlightweight (the minified version is just 872 bytes).\n\n####Usage:\nInclude `jquery.table_filter.js` or `jquery.table_filter.min.js` in your HTML file. \nThis plugin depends on the jQuery library, so you should have that as well.\n```html\n\t\u003c!-- Jquery library called before \"jquery.table_filter.js\" --\u003e\n\t\u003cscript type=\"text/javascript\" src=\"jquery.table_filter.js\"\u003e\u003c/script\u003e\n```\n\nYou can then call the plugin using the CSS Selector for your Table and Text input. \n```html\n\t\u003cinput type=\"text\" class=\"f_txt\"/\u003e\n\t\u003ctable class=\"f_tbl\"\u003e...\u003c/table\u003e\n```\n\n```javascript\n\t//basic initialisation\n\t$(function(){ \n\t  \t$(\".f_txt\").table_filter({'table':'.f_tbl'});\n\t});\n```\n```javascript\n\t//full initialisation\n\t$(function(){ \n\t  \t$(\".f_txt\").table_filter({\n\t\t\t'table':'.f_tbl',\n\t\t\t'filter_inverse':false,\n\t\t\t'enable_space':false\n\t\t});\n\t});\n```\n\n####Settings:\n`table` (CSS DOM selector) - No default\n+\tTable with the rows you want to filter. This setting has no default value, and is required.\n\n`filter_inverse` (boolean) - default: False\n+\t`True` - filters out rows that match the filter text\n+\t`False` - filters out rows that do not match the filter text\n\n`enable_space` (boolean) - default: False\n+\t`True` - it uses space in filter text as delimiters. e.g. if filter text = \"good boy\", it will search rows for \"good\" and \"boy\" seperately\n+\t`False` - it will not use space as a delimiter. e.g. \"good boy\" will be treated as one word.\n\n####License\nLicensed under the MIT: http://www.opensource.org/licenses/mit-license.php    \nCopyright (c) 2012 by [Efe Amadasun]('http://efeamadasun.com')","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhf%2Fjquery-table-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvhf%2Fjquery-table-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhf%2Fjquery-table-filter/lists"}