HTML Table Filter Generator

This demo shows how to filter and sort a column containing images by using the custom_cell_data delegate function and the _sortKey attribute.

	var tfConfig = {
		filters_row_index: 2,     	
		headers_row_index: 1,
		sort: true,
		col_number_format: [null, null, null, 'US', null, null, null],
		col_date_type: [null, null, null, null, null, null, 'mdy'],
		rows_counter: true,
		rows_counter_text: 'Books: ',
		alternate_rows: true,
		btn_reset: true,
		
		/* Filter types*/
		col_0: 'select',
		col_4: 'none',
		col_5: 'select',

		/* custom_cell_data delegate function used for filtering images column */
		custom_cell_data_cols: [0],  
		custom_cell_data: function(o, c, i){    
			if(i==0){  
				var img = c.getElementsByTagName('img')[0];  
			 	if(!img) return '';  
			 	return img.alt;  
			} 
		},

		/* Custom options for 'Shipping' column */
		custom_slc_options: {
			cols: [5],
			texts: [['1 Hour','12 Hours','24 Hours','2 Days','na']],
			values: [['1 Hour','12 Hours','24 Hours','2 Days','na']],
			sorts: [false]
		},

		/* SkyBlue theme */
		themes: { 
			name:['SkyBlue'], 
			src:['TableFilter/TF_Themes/SkyBlue/TF_SkyBlue.css'], 
			description:['SkyBlue stylesheet'] 
		}
	}
	var tf = setFilterGrid("demo", tfConfig, 2);
	
Book Price Delivery Items  
  Title Author $ In store Shipping Publication Date
new edition Boris Godunov Alexandr Pushkin
7.15
1 Hour
01/01/1999
sold out The Rainmaker John Grisham
7.99
2 Days
12/01/2001
best price The Green Mile Stephen King
11.10
24 Hours
01/01/1992
great deal Misery Stephen King
7.70
na
01/01/2003
great deal The Dark Half Stephen King
0
2 Days
10/30/1999
sold out The Partner John Grisham
12.99
24 Hours
01/01/2005
sold out It Stephen King
9.70
12 Hours
10/15/2001
great deal Cousin Bette Honore de Balzac
0
1 Hour
12/01/1991
great deal The Testament John Grisham
19.10
2 Days
12/17/1999
new edition Eugene Onegin Alexandr Pushkin
11.20
24 Hours
09/27/2005
best price Dark Avenues Ivan Bunin
14.96
1 Hour
10/01/2008
great deal Father Goriot Honore de Balzac
9.99
2 Days
06/06/2010
sold out The Captain's Daughter Alexandr Pushkin
10.21
2 Days
03/01/2001
sold out Hamlet William Shakespeare
5.99
1 Hour
04/15/2003
best price The Village Ivan Bunin
11.66
24 Hours
01/02/2010
new edition The Winter's Tale William Shakespeare
19.31
1 Hour
02/12/2010
great deal The Black Sheep Honore de Balzac
16.00
1 Hour
08/28/1976
new edition Lost Illusions Honore de Balzac
8.0
na
07/10/2010