Mike Peters
Table row record action combined with expandableLimitedList unexpected results
Hi all,
When I have a table with a view / edit action that is used by default when you click the whole row, the expandableLimitedList doesnt work as expected.
When you click the "show x more" link to reveal the rest of the limited list, the view / edit action is triggered instead as it doesn't distinguish this separate link from the whole row click.
Anyone else experienced this and have a solution?
2 replies
Combination Record action with Action url not working
When a table has an action that opens a url, the "recordAction" to use this action as default action when the full row is clicked is not working.
The action above works on its own, so when you click the action the url is opened.
However, when I click the full row, this action is not triggered. When the action would have an ->action(), the
recordAction
functionality does work correctly.
Anyone else experienced this or found a workaround?
I may repeat the url closure into ->recordUrl
instead of recordAction
, but I don't like this repetition 🙂2 replies
Autopopulate SelectFilter by table values?
Hi all! Is it possible to add a SelectFilter without defining the options manually when you want a filter based on the unique values in the table?
Let's say you have a PostsTable where the category of the post is a string value in the posts table. Can you add a SelectFilter for this category column without defining the options and the the Table/Filter will find the unique options by itself?
28 replies
Custom theme & testing: Vite manifest not found
Hi all,
Quick question on using a custom theme and testing. When using a custom theme, locally through vite and compiled on production using vite build, this works fine!
However, when running the tests (locally or in the CI pipeline) neither is available of course, so I get Vite manifest not found at: ... .json. (Vite is not running and the assets are not built for production)
How do you guys deal with asset compiling and testing?
4 replies
requiresConfirmation doesn't seem to work on form submit action
hi all!
I'm adding a custom form on a custom page but can't seem to add requiresConfirmation() to the form submit.
The Form part:
The blade;
The action method;
- Why is the requiresConfirmation not firing?
- Do you see general improvements in this custom form approach?
Thanks!!
9 replies