Closed bramgrootjen closed 8 months ago
Did you published the buttons.server-side.js
script included in the package?
You can also pass the string for the type of button to make:
Button::make('postExcel'),
Button::make('excel'),
Why not just write readable PHP so we can see what the options etc are?
Yes, this is what I have in my projects. Something like ExcelButton::make()
, etc... was not able to publish it on open source though.
Thanks! I was missing the javascript file.
The code is really magic, no exceptions, no errors. DI with proper extensions etc would really help.
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been inactive for 7 days since being marked as stale.
Summary of problem or feature request
Post excel doesn't show a button. The excel button does show up, the post excel button doesn't.
The I followed the documentation to a tee but as usual the documentation is incomplete.
Why not just write readable PHP so we can see what the options etc are?
Code snippet of problem
-->
System details