fix: [genericElements:indexTable] Enforce actions button to be inline
parent
835dbd88c8
commit
edc23d8b71
|
@ -17,7 +17,7 @@
|
|||
* - function($row, $options): the lambda function. $row contain the row data
|
||||
* - options: array of options. datapaths described in the datapath keyname will be extracted and replaced with the actual row value
|
||||
*/
|
||||
echo '<td class="action-links text-right">';
|
||||
echo '<td class="action-links text-right text-nowrap">';
|
||||
foreach ($actions as $action) {
|
||||
if (isset($action['requirement']) && !$action['requirement']) {
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue