Download the PHP package friendsofvictoire/table-widget without Composer
On this page you can find all versions of the php package friendsofvictoire/table-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download friendsofvictoire/table-widget
More information about friendsofvictoire/table-widget
Files in friendsofvictoire/table-widget
Package table-widget
Short Description Victoire DCMS Table widget
License MIT
Homepage http://victoire.io
Informations about the package table-widget
Victoire DCMS Table Widget
What is the purpose of this bundle
This bundle gives you access to the Table Widget. With this widget, you can install table on any page.
You can change the order of any line or column.
Set Up Victoire
If you haven't already, you can follow the steps to set up Victoire here
Install the Bundle
Run the following composer command :
php composer.phar require victoire/table-widget
Reminder
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\TableBundle\VictoireWidgetTableBundle(),
);
return $bundles;
}
}
Front dependencies
Redactor and X-Editable
To get the table-widget work, you need redactorjs and x-editable.
You can fetch these vendors with bower:
And load the following stylesheet files:
And load the following javascript files:
where @bowerDirectory is the directory set in your .bowerrc file
All versions of table-widget with dependencies
symfony/framework-bundle Version ~2.8|~3.0
victoire/victoire Version ~2|~3.0