mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-17 16:10:04 +01:00
Moved doco to wiki
This commit is contained in:
parent
8f94875404
commit
98ba2a1bb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue