Variable GridWidgetBase._showColHeaders

when true, shows col headers row

class GridWidgetBase
{
  // ...
  bool _showColHeaders;
  // ...
}