-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
122 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<?php | ||
|
||
use AbraFlexi\ui\DataTables\DataTable; | ||
|
||
require_once __DIR__ . '/init.php'; | ||
|
||
$engine = new \FlexiPeeHP\Adresar(); | ||
$tabler = new FlexiPeeHP\ui\DataTables\DataTable($engine); | ||
$engine = new \AbraFlexi\Adresar(); | ||
$tabler = new DataTable($engine); | ||
|
||
$oPage->addItem( $tabler ); | ||
$oPage->addItem($tabler); | ||
|
||
$oPage->draw(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
![Package Logo](https://raw.githubusercontent.com/VitexSoftware/php-flexibee-datatables/ease-core-based/package-logo.png "Project Logo") | ||
![Package Logo](package-logo.png?raw=true "Project Logo") | ||
|
||
|
||
DataTables filled with FlexiBee by PHP | ||
====================================== | ||
DataTables filled with ABRAFLEXI by PHP | ||
======================================= | ||
|
||
Show an FlexiBee Evidence in DataTable | ||
Show an ABRAFLEXI Evidence in DataTable | ||
|
||
Example | ||
------- | ||
|
||
first run **make** to update build autoloader and assets deploy. Then run [Example](Example) to see contents of FlexiBee evidence Adresar as DataTable styled by using Twitter Bootstrap | ||
first run **make** to update build autoloader and assets deploy. Then run [Example](Example) to see contents of ABRAFLEXI evidence Adresar as DataTable styled by using Twitter Bootstrap | ||
|
||
![Screenshot](https://raw.githubusercontent.com/VitexSoftware/php-flexibee-datatables/ease-core-based/screnshot.png "Screenshot of Examples") | ||
![Screenshot](screnshot.png?raw=true "Screenshot of Examples") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.