Search code examples
javascriptextjsextjs4

How to remove checkall option in extjs checkboxmodel?


How to remove check all option is extjs 4 checkboxmodel?

enter image description here

Regards


Solution

  • I have managed to hide it using pure CSS:

    Code:

    .x-column-header-checkbox {display:none;}