Skip to content

Releases: LiveControl/EloquentDataTable

0.1.5

15 Sep 11:41
Compare
Choose a tag to compare

Fixes the searching problems when using either ExpressionAsName or combining columns by using arrays.

Fixing several minor issues

17 Apr 07:10
Compare
Choose a tag to compare
  • 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 to userId and userGroupId inside the formatRowFunction.

0.1.3

14 Apr 20:19
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
Fixed minor bugs and issue #1

0.1.2

12 Apr 09:35
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
removed Acme namespace from examples