feat: implement DataTable component with custom styling for dashboard and subscriptions pages
This commit is contained in:
@@ -29,6 +29,7 @@ export const ContentsPage = () => {
|
||||
searching: true,
|
||||
ordering: true,
|
||||
info: true,
|
||||
// scrollY: '50vh',
|
||||
}}
|
||||
></DataTable>
|
||||
</div>
|
||||
|
||||
@@ -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