xpackal5
xpackal5
Hi I am using grid with QueryBuilder datasource, but item detail does not work correctly. I have ``` $grid->setItemsDetail(); $grid->setTemplateFile(__DIR__ . "/templates/projectDetail.latte"); ``` and template ``` {extends $originalTemplate} {block detail}...
Hi treeview does not work with doctrine My Entity ``` class MaterialCategory implements IEntity { use SmartObject; use TId; use TName; use TSlug; /** * @var MaterialCategory|null * @ORM\ManyToOne(targetEntity="MaterialCategory", inversedBy="children")...
Hello. FilterMultiSelect get me this error. ` /** * Get filter condition * @return array */ public function getCondition() { $return = [$this->column => []]; foreach ($this->getValue() as $value) {...
Hi if i try use FilterDate or daterange on Doctrine datasource it throw ConversionException Column in datagrid is text (and filter date) and in entity is datetime 
Hello. If I try to view images from Siemens Avanto and Skyra cornerstone give error. dicomParser:parseDicomDataSetExplicit: buffer overrun
After setup extension does not work ``` bin/console Nette\InvalidStateException: Name already has been set. in /var/www/html/vendor/nette/di/src/DI/Definitions/Definition.php:45 Stack trace: #0 /var/www/html/vendor/nette/di/src/DI/ContainerBuilder.php(84): Nette\DI\Definitions\Definition->setName('logging.origina...') #1 /var/www/html/vendor/contributte/logging/src/DI/TracyLoggingExtension.php(40): Nette\DI\ContainerBuilder->addDefinition('logging.origina...', Object(Nette\DI\Definitions\ServiceDefinition)) #2 /var/www/html/vendor/nette/di/src/DI/Compiler.php(232): Contributte\Logging\DI\TracyLoggingExtension->loadConfiguration() #3 /var/www/html/vendor/nette/di/src/DI/Compiler.php(207):...
Hi. If you click on big inline edit icon (pencil) AJAX redraw row to form and all other rows dissapear.
Hi I have question about export. I am using datagrid encapsulated in Control and i need set datasource while Control is rendered. example in Control class : ``` public function...