Releases: LiveControl/EloquentDataTable
Releases · LiveControl/EloquentDataTable
0.1.5
Fixing several minor issues
- Fixed postgresql problem (see issue #3 )
- Re-use of column names for filtering and ordering (see commit b62ea1d )
- Allowing to query over multiple tables. If you do this and in the columns use for example
['user.id', 'userGroup.id']
these get respectively translated touserId
anduserGroupId
inside the formatRowFunction.
0.1.3
Fixed minor bugs and issue #1
0.1.2
removed Acme namespace from examples