mui-datatables
mui-datatables copied to clipboard
ToolbarSelect should always shown
Is there a way to show TableToolbarSelect always? I redefined the TableToolbarSelect component, now I have my own logic for this component, but I also need it to always be on the screen, and it appears only when selecting an object from the table. I saw the selectToolbarPlacement property that is responsible for showing TableToolbarSelect. Added the always property there. Please do so that I can customize my TableToolbarSelect and be able to show it always.