#FEAT
+ Added new example about the new feature: custom column
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Document</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<div>
|
||||
@generic_table($table)
|
||||
</div>
|
||||
@@ -15,6 +15,7 @@
|
||||
<li><a href="{{ route('with_drag_drop_ordering') }}">Drag and Drop Ordering</a></li>
|
||||
<li><a href="{{ route('with_bulk_actions') }}">Bulk Actions</a></li>
|
||||
<li><a href="{{ route('with_relationships') }}">Relationships</a></li>
|
||||
<li><a href="{{ route('with_custom_column') }}">Custom Column</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user