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

Updated README

This commit is contained in:
Max Guglielmi 2015-07-06 18:08:37 +10:00
parent 916a46459a
commit e4ec194d43
2 changed files with 3 additions and 1 deletions

View file

@ -95,3 +95,5 @@ Find the complete documentation in the [WIKI](https://github.com/koalyptus/Table

View file

@ -42,7 +42,7 @@ export default class ColsVisibility{
this.btnTgtId = f.btn_target_id || null;
//defines show/hide cols text
this.btnText = f.btn_text || 'Columns▼';
//defines show/hide cols button innerHtml
//defines show/hide cols button innerHtml
this.btnHtml = f.btn_html || null;
//defines css class for show/hide cols button
this.btnCssClass = f.btn_css_class || 'colVis';