/**
  * Get the table filters.
  *
  * @return Component\Filter\FilterCollection
  */
 public function getTableFilters()
 {
     return $this->table->getFilters();
 }