Plugin to help on datables creation

This commit is contained in:
ahwelp
2023-01-24 20:42:21 +00:00
parent f172c146c9
commit 491167554f
7 changed files with 146 additions and 0 deletions
@@ -0,0 +1,11 @@
<?php
namespace App\Core\Datatables;
class DatatablesController{
public static function searchTable(){
}
}