feat: implement DataTable component with custom styling for dashboard and subscriptions pages
This commit is contained in:
@@ -47,7 +47,7 @@ export const SubscriptionsPage = () => {
|
||||
|
||||
{SubscribtionOpen && (
|
||||
<DataTable
|
||||
className="cell-border"
|
||||
// className="cell-border"
|
||||
data={SUBSCRIPTIONS}
|
||||
columns={colTableSubscription}
|
||||
options={{
|
||||
|
||||
Reference in New Issue
Block a user