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

Moved doco to wiki

This commit is contained in:
Max Guglielmi 2015-06-12 17:42:28 +10:00
parent 8f94875404
commit 98ba2a1bb3

View file

@ -40,7 +40,7 @@ export default class AdapterSortableTable{
this.imgAscClassName = opts.image_asc_class_name || 'ascending';
this.imgDescClassName = opts.image_desc_class_name ||'descending';
//cell attribute storing custom key
this.customKey = opts.sort_custom_key || 'data-tf-sortKey';
this.customKey = opts.custom_key || 'data-tf-sortKey';
/*** TF additional events ***/
//additional paging events for alternating background