Ejemplo n.º 1
0
 public function __construct($id = null)
 {
     parent::__construct(self::$_CONTAINER_TAGNAME);
     $this->set_param('id', $id ? $id : uniqid('table_'));
     $this->set_empty_html(String::get('datatables_empty_table'));
     $this->add_class(self::$_CONTAINER_CLASS);
 }