Skip to content

Commit

Permalink
[Demo] Fix flickering in order list
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jan 3, 2025
1 parent 29f1245 commit 70f877a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/demo/src/orders/OrderList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const TabbedDatagrid = () => {
<DatagridConfigurable
rowClick="edit"
omit={['total_ex_taxes', 'delivery_fees', 'taxes']}
preferenceKey="orders.list1"
>
<DateField source="date" showTime />
<TextField source="reference" />
Expand Down Expand Up @@ -180,6 +181,7 @@ const TabbedDatagrid = () => {
<DatagridConfigurable
rowClick="edit"
omit={['total_ex_taxes', 'delivery_fees', 'taxes']}
preferenceKey="orders.list2"
>
<DateField source="date" showTime />
<TextField source="reference" />
Expand Down Expand Up @@ -235,6 +237,7 @@ const TabbedDatagrid = () => {
<DatagridConfigurable
rowClick="edit"
omit={['total_ex_taxes', 'delivery_fees', 'taxes']}
preferenceKey="orders.list3"
>
<DateField source="date" showTime />
<TextField source="reference" />
Expand Down

0 comments on commit 70f877a

Please sign in to comment.