Skip to content

Commit

Permalink
feat: display razorpayment ID
Browse files Browse the repository at this point in the history
  • Loading branch information
anishshobithps committed May 22, 2024
1 parent 3f69e90 commit b0118d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/app/admin/payments/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ export default function AdminPaymentsTablePage() {
filterVariant: "text",
},
},
{
accessorKey: "razorpayPaymentId",
id: "razorpayPaymentId",
header: "Razorpay Payment ID",
},
{
accessorKey: "user.events",
id: "events",
Expand Down
2 changes: 1 addition & 1 deletion src/components/datatable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export function AdvancedDataTable<T>(props: IAdvancedDataTable<T>) {
onDragEnd={onDragEnd}
sensors={sensors}
>
<div className="p-2 rounded mb-12">
<div className="p-2 rounded mb-12 -m-3">
<div className={"flex flex-row items-center justify-between"}>
<div className={"flex flex-row items-center"}>
<DataTableInput
Expand Down

0 comments on commit b0118d3

Please sign in to comment.