bcquality/microsoft/knowledge/ui/use-grid-data-table-pattern-consistently.bad.al
Jesper Schulz-Wedde 5bcdc55df9 Sync knowledge articles with review agent instructions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-05 14:08:32 +02:00

24 lines
534 B
AL

page 50733 "UI Grid Bad"
{
layout
{
area(Content)
{
grid(BalanceGrid)
{
GridLayout = Columns;
field(CustomerName; Rec."Customer Name")
{
ShowCaption = false;
}
group(BalanceColumn)
{
field(Balance; Rec.Balance)
{
ShowCaption = false;
}
}
}
}
}
}