mile4841
live method is rendering mine table
Hi! I have a custom filament page where i have on the same page form and table and when i press button which is form action everythin works fine. mine problem happend after first submit button than i have case when i change state of component that has live mine table re renders how i can stop re rendering table on change state of component
11 replies
Why modalFooterActions can not register an third action
I would like to have three buttons on mine slide over how i can make it? i look but it does not render mine three buttons just two what i should do so i can make it i have three buttons
13 replies
Remove delete on record
Is it possible that i disable option of delete on the record, i tried with these but when user go into edit user he can press the command ctrl + D and delete record is it possible to remove this shoertcut or to remove delete or something else
2 replies
How in tiptap editor to set maxLength
I am using the tiptap editor and somehow when i set the maxLength for the content i get the error that there is not a function maxLength, i search in docs but there is not a function for the limit of content so what i should do
8 replies
Disable text input
Hi i have a problem i have a text input that is price and it could not be change, user can see it but not change. MIne problem comes when i want to save data i get the sql error that i have no value for price. How to solve these i can not use mutateDataBeforeCreate because i am using the slideOver.
5 replies
Why selectColumn is not working
Hi i am using the plugin Shield, and i want in mine resource User to be able to change role. I made custom Role model which extends Spatie model, and i added a relationship to the user. Mine problem is that select column is not recognize mine relationship or something like that also i can not add default value for the select column. User model User table
8 replies
Is it possible to disable to select a record in bulk action or somehow to disable delete bulk action
I have table with roles, roles can be edited but not all roles can be deleted i want to disable the option of deleting the role with name admin i did in table but i am not able to stop delete role with bulk action delete is it possible to disable the delete bulk action on some record or disable the select the record
11 replies
How to set global search to search multilingual data
Hi i have a case where i want search multilingual website where in mine db for example column name values are in the form of json like so how i can know search for german name etc... If i use dot notation in $recordTitleAttribute it will search for relationship and i will get the error is there a way i can do this. Mine problem is now that in mine db some letters are converted to the unicode values, so mine search is not working properly, i need to have something that will stop mine search(db query) and here i will make some logic. So i need to stop db query or to continue to search to see is this other language and convert it to the unicode values
2 replies