In the UI component listing aciton column, I want to add new attribute target="_blank".
$item[$name]['edit'] = [
'href' => $this->urlBuilder->getUrl($this->editUrl, ['page_id' => $item['page_id']]),
'label' => __('Edit')
];
Is there any possility to add new attribute. I have tried to add but it was not showing in the rendered HTML.
Please help.