1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-05 08:03:17 +02:00

Updated script links

This commit is contained in:
Max Guglielmi 2015-07-01 17:27:23 +10:00
parent d46cacb71c
commit f6f9613a66
6 changed files with 23 additions and 22 deletions

View file

@ -37,7 +37,7 @@ module.exports = function (grunt) {
connect: {
server: {
options: {
port: 8080,
port: 8000,
base: '.'
}
}

View file

@ -3,7 +3,7 @@ TableFilter
Filter HTML tables data easily
TableFilter is a modernised version of the ``HTML Table Filter generator`` plugin.
TableFilter is a modernised version of the ``[HTML Table Filter generator](http://tablefilter.free.fr)`` plugin.
This script adds to any html table a "filter by column" feature that enables
users to filter and limit the data displayed within a long table. By default, the script automatically adds a filter grid bar at the top of the desired table.

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
/**
* TableFilter v0.0.0 by Max Guglielmi
* build date: 2015-06-30T07:30:28.549Z
* build date: 2015-07-01T07:18:29.945Z
* MIT License
*/

View file

@ -25,8 +25,9 @@ export class Help{
'<b>&gt;=</b>, <b>=</b>, <b>*</b>, <b>!</b>, <b>{</b>, <b>}</b>, ' +
'<b>||</b>,<b>&amp;&amp;</b>, <b>[empty]</b>, <b>[nonempty]</b>, ' +
'<b>rgx:</b><br/> These operators are described here:<br/>' +
'<a href="http://tablefilter.free.fr/#operators" ' +
'target="_blank">http://tablefilter.free.fr/#operators</a><hr/>';
'<a href="https://github.com/koalyptus/TableFilter/wiki/' +
'4.-Filter-operators" target="_blank">https://github.com/' +
'koalyptus/TableFilter/wiki/4.-Filter-operators</a><hr/>';
//defines help innerHtml
this.instrHtml = f.help_instructions_html || null;
//defines reset button text
@ -44,9 +45,9 @@ export class Help{
this.cont = null;
this.defaultHtml = '<div class="helpFooter"><h4>TableFilter ' +
'v. '+ tf.version +'</h4>' +
'<a href="http://tablefilter.free.fr" target="_blank">' +
'http://tablefilter.free.fr</a><br/>' +
'<span>&copy;2009-'+ tf.year +' Max Guglielmi.</span>' +
'<a href="https://github.com/koalyptus/TableFilter/" ' +
' target="_blank">https://github.com/koalyptus/TableFilter/</a>' +
'<br/><span>&copy;2015-'+ tf.year +' Max Guglielmi.</span>' +
'<div align="center" style="margin-top:8px;">' +
'<a href="javascript:void(0);">Close</a></div></div>';

View file

@ -2779,19 +2779,19 @@ export class TableFilter{
}
TableFilter.Cookie = Cookie;
// TableFilter.Store = Store;
// TableFilter.GridLayout = GridLayout;
// TableFilter.Loader = Loader;
// TableFilter.HighlightKeyword = HighlightKeyword;
// TableFilter.PopupFilter = PopupFilter;
// TableFilter.Dropdown = Dropdown;
// TableFilter.CheckList = CheckList;
// TableFilter.RowsCounter = RowsCounter;
// TableFilter.StatusBar = StatusBar;
TableFilter.Store = Store;
TableFilter.GridLayout = GridLayout;
TableFilter.Loader = Loader;
TableFilter.HighlightKeyword = HighlightKeyword;
TableFilter.PopupFilter = PopupFilter;
TableFilter.Dropdown = Dropdown;
TableFilter.CheckList = CheckList;
TableFilter.RowsCounter = RowsCounter;
TableFilter.StatusBar = StatusBar;
TableFilter.Paging = Paging;
// TableFilter.ClearButton = ClearButton;
// TableFilter.Help = Help;
// TableFilter.AlternateRows = AlternateRows;
TableFilter.ClearButton = ClearButton;
TableFilter.Help = Help;
TableFilter.AlternateRows = AlternateRows;
/*====================================================
- Sets filters grid bar