- Thank you received: 1
Hello,
I wish I could have aligned the text of the column header records (attached image).
I've been looking, but I can not find the code.
thank you very much
Please Log in or Create an account to join the conversation.
Hi, deleting in line 166 in components/com_grid/layouts/GridView.php should do it.
Before:
$field['output_script'] .= "\" ><span class=\"field\"> <b><a href=\"javascript:;\" onclick=\"searchjx('".$this->ajaxURL($column->columnName, $field['order_direction'])."', '$this->_ID');\" class=\"field\">";
$field['output_script'] .= "\" ><span class=\"field\"><b><a href=\"javascript:;\" onclick=\"searchjx('".$this->ajaxURL($column->columnName, $field['order_direction'])."', '$this->_ID');\" class=\"field\">";
Please Log in or Create an account to join the conversation.
Thank you very much, it works correctly
Please Log in or Create an account to join the conversation.