Download the PHP package seocomp/payroll_custom_view without Composer
On this page you can find all versions of the php package seocomp/payroll_custom_view. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package payroll_custom_view
TableViewResourceToolNova
composer require seocomp/payroll_custom_view
a nova resource tool to provide a custom table view
with three methods
//table row values values ->rowsValues([ [row 1 values], [row 2 values], [row 3 values], . . . . ])
//table headings values
->titles([ hd, hd, hd, hd, hd .....
])
// title for view ->title($title = '')
example:
PayrollCustomView::make()->rowsValues($this->reportDetailsPage())
->titles([
'Supervied Employee',
'Type',
'Monday',
'Tuesday',
'Wednesday',
'Thursday',
'Friday',
])->title($this->title())
->onlyOnDetail(),

All versions of payroll_custom_view with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package seocomp/payroll_custom_view contains the following files
Loading the files please wait ....