SMART datagrid v.1 > Classes > CheckBar

Back  Forward

DataLudi.CheckBar.showAll  property

trueに指定したらグリッドヘッダー領域に表示されるCheck All セルにcheck markが表示される。 

デフォルト値はtrue.

Getter
function showAll(): Boolean
Setter
function setShowAll(value: Boolean)
Code -1
    $('#toggleAll').click(function () {
        grid.checkBar().showAll(!grid.checkBar().isShowAll());
    });
See Also
showGroup
headStyles
Examples
Check Bar