File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ public function isColumnOrderable($index)
133
133
* Get searchable column indexes.
134
134
*
135
135
* @return array
136
+ *
137
+ * @throws \Yajra\DataTables\Exceptions\Exception
136
138
*/
137
139
public function searchableColumnIndex ()
138
140
{
@@ -153,6 +155,8 @@ public function searchableColumnIndex()
153
155
* @param int $i
154
156
* @param bool $column_search
155
157
* @return bool
158
+ *
159
+ * @throws \Yajra\DataTables\Exceptions\Exception
156
160
*/
157
161
public function isColumnSearchable ($ i , $ column_search = true )
158
162
{
@@ -177,6 +181,8 @@ public function isColumnSearchable($i, $column_search = true)
177
181
*
178
182
* @param int $index
179
183
* @return string
184
+ *
185
+ * @throws \Yajra\DataTables\Exceptions\Exception
180
186
*/
181
187
public function columnKeyword ($ index ): string
182
188
{
You can’t perform that action at this time.
0 commit comments