Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

render html helper list + prestashop 1.7


	public function renderList()
	{
		$this->addRowAction('edit');
		$this->addRowAction('duplicate');
		$this->addRowAction('delete');
		$this->addRowAction('test');
		return parent::renderList();
	}
Source by www.prestashop.com #
 
PREVIOUS NEXT
Tagged: #render #html #helper #list #prestashop
ADD COMMENT
Topic
Name
4+6 =