Untitled

 avatar
unknown
plain_text
a year ago
267 B
6
Indexable
 daily or live quiz table 

const mainAction = {
    name: 'Open Quiz Area',
    action: (data: any) => {
      push(`/admin/daily-quizzes/${data._id}`)
    },
  }

<Table response={response} structure={structure} options={options} mainAction={mainAction} />
Editor is loading...
Leave a Comment