Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
157
rated 0 times [  160] [ 3]  / answers: 1 / hits: 5469  / 3 Years ago, wed, july 14, 2021, 12:00:00

I need help with customizing MUI-Datatable. This block that in red square you see I want to push in toolbar of MUI-datatable, and fill this empty space. Can I do this?


enter


More From » reactjs

 Answers
2

Yep, I just solve this issue by adding my JSX component into "title" option and it works. Maybe someone will stuck on this


<MUIDataTable
title={<ActionPanel showOnlyFailedExecutions={showOnlyFailedExecutions} />}
options={overivewOptions}
data={data}
columns={columns}
/>

[#1102] Wednesday, July 7, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
madelyn

Total Points: 449
Total Questions: 100
Total Answers: 100

Location: Seychelles
Member since Fri, May 7, 2021
3 Years ago
madelyn questions
Wed, Jul 28, 21, 00:00, 3 Years ago
Sat, Nov 7, 20, 00:00, 4 Years ago
Thu, Sep 3, 20, 00:00, 4 Years ago
;