You are here

public function ExportDataInterface::showKeys in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportDataInterface.php \AKlump\LoftDataGrids\ExportDataInterface::showKeys()

Inverse of hideKeys.

To hide all but one column (key) you would do this:

$obj
  ->hideKeys(TRUE)
  ->showKeys('Column1')
  ->getPage();

Return value

[type] [description]

1 method overrides ExportDataInterface::showKeys()
ExportData::showKeys in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Inverse of hideKeys.

File

vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportDataInterface.php, line 93

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function showKeys();