1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-13 11:56:46 +02:00

Continued sorting feature (20

This commit is contained in:
Max Guglielmi 2015-03-06 20:08:52 +11:00
parent bb8ba54684
commit c7d2d49b1b
5 changed files with 9 additions and 9 deletions

View file

@ -39,7 +39,7 @@ module.exports = function (grunt) {
options: {
baseUrl: '<%= source_folder %>',
'paths': {
'tf': '.',
// 'tf': '.',
'sortabletable': 'extensions/sortabletable'
},
// include: ['../libs/almond/almond', 'tablefilter'],
@ -63,7 +63,7 @@ module.exports = function (grunt) {
{
name: 'tablefilter',
//out: '<%= dist_folder %>tablefilter.js',
// create: true,
create: true,
include: [
'../libs/almond/almond',
'tablefilter'

2
dist/filtergrid.css vendored
View file

@ -1,6 +1,6 @@
/*------------------------------------------------------------------------
- TableFilter stylesheet by Max Guglielmi
- (build date: Fri Mar 06 2015 19:46:55)
- (build date: Fri Mar 06 2015 20:05:57)
- Edit below for your projects' needs
------------------------------------------------------------------------*/

8
dist/tablefilter.js vendored

File diff suppressed because one or more lines are too long

View file

@ -41,7 +41,7 @@ var global = window,
doc = global.document;
export default class TableFilter{
export class TableFilter{
/**
* TF object constructor

File diff suppressed because one or more lines are too long