mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-15 15:15:45 +01:00
Modified an option name
This commit is contained in:
parent
7cd85bbd34
commit
f86e73b374
11 changed files with 12 additions and 12 deletions
|
|
@ -46,7 +46,7 @@ export class GridLayout extends Feature {
|
|||
* Css class for headers table container element
|
||||
* @type {String}
|
||||
*/
|
||||
this.headContCssClass = f.tblHead_cont_css_class || 'grd_headTblCont';
|
||||
this.headContCssClass = f.tbl_head_css_class || 'grd_headTblCont';
|
||||
|
||||
/**
|
||||
* Css class for toolbar container element (rows counter, paging etc.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue