Skip to content

Releases: LiveControl/EloquentDataTable

0.1.5

Choose a tag to compare

@jeffreydevreede jeffreydevreede released this 15 Sep 11:41

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

Fixing several minor issues

Choose a tag to compare

@jeffreydevreede jeffreydevreede released this 17 Apr 07:10
  • 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

0.1.3 Pre-release
Pre-release

Choose a tag to compare

@jeffreydevreede jeffreydevreede released this 14 Apr 20:19
Fixed minor bugs and issue #1

0.1.2

0.1.2 Pre-release
Pre-release

Choose a tag to compare

@jeffreydevreede jeffreydevreede released this 12 Apr 09:35
removed Acme namespace from examples