We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's possible to add a link to a column. But you have to call the method off a column.
In simple use cases, there are no columns to call that method on because we just create the datatable with a simple tag.
<livewire:datatable model="App\Models\Thing" ... />
The extra amount of work just to add a link to a row is more than I hoped for.
What if we could do this
<livewire:datatable model="App\Models\Thing" rowLink="thing/{id}" ... />
I could work on this feature, but I'd like feedback on whether it would be welcomed or if the creators would like it done in a different way.
Thanks for the great package!
The text was updated successfully, but these errors were encountered:
You can do it for my forked version if you want, create PR, and I will check, approve and merge it. And we will have this feature in the next release.
https://github.com/arm092/livewire-datatables
Sorry, something went wrong.
But how should work editable cells in the table in this case?
No branches or pull requests
It's possible to add a link to a column. But you have to call the method off a column.
In simple use cases, there are no columns to call that method on because we just create the datatable with a simple tag.
The extra amount of work just to add a link to a row is more than I hoped for.
What if we could do this
I could work on this feature, but I'd like feedback on whether it would be welcomed or if the creators would like it done in a different way.
Thanks for the great package!
The text was updated successfully, but these errors were encountered: