Variable GridWidgetBase._showRowHeaders

when true, shows row headers column

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