/
home
/
henzagold
/
server
/
app
/
Te
/
File Upload :
llllll
Current File: //home/henzagold/server/app/Te/Readme.md
`Version 0.95` # Table Engine for Laravel Projects # Requirements for install Table engine requiremnet run below line composer require maatwebsite/excel@^3.1 # Important Note For active print ability in table engine add below code to ```routes/site.php``` file ```php Route::get('/te/print/{id}', function ($id){ return \App\DB\Te\TableEngine::viewPrint($id); }); Route::get('/te/query', function (Request $request) { return \App\DB\Te\QuerySelector::run($request); }); ``` create file config/query.php and config/maptable.php into project directory. Example of this config into query.example.php and maptable.example.php file. Feature road map - [x] Date filter - [x] Select filter - [x] Multiple filter - [x] Switch filter - [x] Numeric filter - [x] JSON export - [x] Print export - [x] Excel export - [x] Auto translate columns in export mode - [x] Auto set title for print report - [ ] Sort in joined table - [ ] Exception Handlers for server and client - [ ] Reset Table Engine feature - [ ] Store current view in localstorage - [ ] Add scope to filter
Copyright ©2k19 -
Hexid
|
Tex7ure