Skip to content

Instantly share code, notes, and snippets.

@nukedbit
Created May 18, 2021 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nukedbit/816a1a4348f1591ae130d1a1b2234f0d to your computer and use it in GitHub Desktop.
Save nukedbit/816a1a4348f1591ae130d1a1b2234f0d to your computer and use it in GitHub Desktop.
datatable.blade.php
<livewire:datatable searchable="name,email" model="App\\Models\\User" include="id, name, email, created_at" dates="created_at" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment