- Version 0.9 is Symfony3 compatible
- DatatableViewInterface changed
// Version 0.8
class PostDatatable extends AbstractDatatableView
{
public function buildDatatable($locale = null)
{}
}
// Version 0.9
class PostDatatable extends AbstractDatatableView
{
public function buildDatatable(array $options = array())
{}
}
- progress_bar column added
Extensions like Buttons or Responsive
Demo Application - must be updated!
Integrate the Translatable behavior extension for Doctrine 2
Integrate the LiipImagineBundle / ImageColumn, GalleryColumn and thumbnails
Much like every other piece of software SgDatatablesBundle
is not perfect and far from feature complete.
The ClientSide mode currently does not work with all features. There are some problems with the Buttons-Extension and MultiSelectColumn. At the moment I can not say whether the ClientSide mode is supported by me in the future. Priority has the ServerSide mode.
- This bundle does not support multiple Ids
- 4th level associations are currently not supported
- Searching and filtering on a virtual column not yet implemented and disabled by default
- PostgreSql is not supported
Issues and feature requests are tracked in the Github issue tracker.
This bundle is available under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
You are free to use, modify and distribute this software, as long as the copyright header is left intact (specifically the comment block which starts with /*)!