Example #1
0
 /**
  * Add the value renderer
  * @param string $index the column key
  * @param function(mixed $value, array $row) $function
  * @return \Bootstrap\Table\Remote
  */
 public function renderTd($index, $function)
 {
     $this->table->renderTd($index, $function);
     return $this;
 }