N°5335 Disable datatables hyperlinks when rows are selectable

This commit is contained in:
Stephen Abello
2022-07-29 09:59:00 +02:00
parent d60109d3c9
commit 8c7fa53696
5 changed files with 30 additions and 5 deletions

View File

@@ -403,7 +403,7 @@ JS
$oBlock->iMaxAddedId = (int) $iMaxAddedId;
$oDataTable = DataTableUIBlockFactory::MakeForForm("{$this->m_sAttCode}{$this->m_sNameSuffix}", $this->m_aTableConfig, $aForm);
$oDataTable->SetOptions(['select_mode' => 'custom']);
$oDataTable->SetOptions(['select_mode' => 'custom', 'disable_hyperlinks' => true]);
$oBlock->AddSubBlock($oDataTable);
$oBlock->AddControls();