# DataTable
IMPORTANT
Boilerplate version >= 7.10
<x-boilerplate::datatable name="users" />
Will render
# How to create a DataTable
See the dedicated documentation
# Laravel 6
Laravel 6 does not support Blade x components, but you can use the @component
directive instead :
@component('boilerplate::datatable', ['name' => 'users']) @endcomponent