File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242
4343 /*
4444 * List of available builders for DataTables.
45- * This is where you can register your custom dataTables builder.
45+ * This is where you can register your custom DataTables builder.
4646 */
4747 'engines ' => [
4848 'eloquent ' => Yajra \DataTables \EloquentDataTable::class,
7979 'error ' => env ('DATATABLES_ERROR ' , null ),
8080
8181 /*
82- * Default columns definition of dataTable utility functions.
82+ * Default columns definition of DataTable utility functions.
8383 */
8484 'columns ' => [
8585 /*
105105 'blacklist ' => ['password ' , 'remember_token ' ],
106106
107107 /*
108- * List of columns that are only allowed fo search/sort.
108+ * List of columns that are only allowed for search/sort.
109109 * If set to *, all columns are allowed.
110110 */
111111 'whitelist ' => '* ' ,
You can’t perform that action at this time.
0 commit comments