Replies: 1 comment 1 reply
-
Hi @mani1430, Please use the Discussions for questions about "how to...", "how do I?". We prefer to keep "Issues" exclusively to track Bugs and other problems. Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How I add the $loop->index values in ID column. I don't want to use database table primary id values in the table row number.
I need to use encrypted URL , So please help me to how to encrypt the edit route parameter.
please help me.
like => Button::add('edit')
->target('')
->caption('')
->class(' cursor-pointer text-sky-600 px-3 py-2.5 m-1 rounded text-sm')
->route('customer.edit', ['url' => [ 'id' , Crypt::encrypt($id);]]),
how I don't have any idea , please help me.
Beta Was this translation helpful? Give feedback.
All reactions