- π΅πΉPortugal introfini
It seems that isn't that easy at the moment.
This is how I accomplished it:
function MYMODULE_views_post_render(ViewExecutable $view, array &$output, CachePluginBase $cache) { if ($view->id() == 'tb_commerce_orders' && $view->current_display == 'data_export_2') { $value = str_replace("|", "", $output["#markup"]->__toString()); $new_output = ViewsRenderPipelineMarkup::create($value); $output["#markup"] = $new_output; } }
- Status changed to Fixed
about 1 year ago 12:17am 17 November 2023 Automatically closed - issue fixed for 2 weeks with no activity.