Skip to content

Commit

Permalink
feat: maintain the original order from the data source (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
zainfathoni authored Nov 6, 2022
1 parent 5074146 commit 18b4eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/lbh/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ export default function LawFirmsPage(props: LawFirmsPageProps) {
items: lawFirmList,
fieldNames: ["nama_lbh", "alamat"],
sortSettings: {
nama_lbh_asc: {
id_asc: {
field: "nama_lbh",
order: "asc",
},
},
defaultSort: "nama_lbh_asc",
defaultSort: "id_asc",
});

const meta = {
Expand Down

0 comments on commit 18b4eac

Please sign in to comment.