mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 05:16:00 +00:00
group by fix
This commit is contained in:
@@ -41,7 +41,9 @@ export default function ColumnHeaderControl({ column, setSort, onResize, order,
|
||||
return (
|
||||
<HeaderDiv>
|
||||
<LabelDiv>
|
||||
{grouping && <GroupingLabel>{grouping.toLowerCase()}:</GroupingLabel>}
|
||||
{grouping && (
|
||||
<GroupingLabel>{grouping == 'COUNT DISTINCT' ? 'distinct' : grouping.toLowerCase()}:</GroupingLabel>
|
||||
)}
|
||||
|
||||
<ColumnLabel {...column} />
|
||||
{order == 'ASC' && (
|
||||
|
||||
Reference in New Issue
Block a user