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)
133133 * Get searchable column indexes.
134134 *
135135 * @return array
136+ *
137+ * @throws \Yajra\DataTables\Exceptions\Exception
136138 */
137139 public function searchableColumnIndex ()
138140 {
@@ -153,6 +155,8 @@ public function searchableColumnIndex()
153155 * @param int $i
154156 * @param bool $column_search
155157 * @return bool
158+ *
159+ * @throws \Yajra\DataTables\Exceptions\Exception
156160 */
157161 public function isColumnSearchable ($ i , $ column_search = true )
158162 {
@@ -177,6 +181,8 @@ public function isColumnSearchable($i, $column_search = true)
177181 *
178182 * @param int $index
179183 * @return string
184+ *
185+ * @throws \Yajra\DataTables\Exceptions\Exception
180186 */
181187 public function columnKeyword ($ index ): string
182188 {
You can’t perform that action at this time.
0 commit comments