Untitled
unknown
plain_text
2 years ago
267 B
7
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