Skip to content

Releases: syamsoul/laravel-datatable-ssp

3.3.0

07 Jun 03:29
Compare
Choose a tag to compare
  • fix lengthMenu in datatablejs (should not include in settings if allowItemsPerPage is null)

3.2.8

02 Jun 20:30
Compare
Choose a tag to compare
amended composer.json

3.2.7

02 Jun 20:23
Compare
Choose a tag to compare
updated composer.json

3.2.6

19 Oct 15:04
Compare
Choose a tag to compare
  • New feature: Replace with SSP->frontend()->setResponseDataRoute($route_name, $parameters = [], $absolute = true)
  • Remove feature: SSP->frontend()->setResponseDataRouteName($route_name)

3.2.5

19 Oct 04:16
Compare
Choose a tag to compare
  • New feature: Can disable fetch on init (only applied to others framework) on frontend (e.g: $ssp->frontend()->disableFetchOnInit())

3.2.4

18 Oct 16:20
Compare
Choose a tag to compare
  • Refactoring (separate into a few Handler)
  • New feature: Set frontend settings using chaining method (e.g: $ssp->frontend()->setResponseDataRouteName('users.data')->setInitialSorting('created_at', true))
  • New feature: Get frontend settings via only a single method (e.g: $ssp->frontend()->getSettings())
  • Remove feature: SSP->setFrontEndFramework()
  • Remove feature: SSP->getFrontEndColumns()
  • Remove feature: SSP->getFrontEndInitialSorting()

3.1.1

13 Oct 22:38
Compare
Choose a tag to compare

Initial release for version 3

2.2.6

11 Oct 04:08
Compare
Choose a tag to compare

New Feature

  • Custom Query

2.2.4

23 Sep 01:49
Compare
Choose a tag to compare

Amend

  • Use custom function to get last item in array to avoid conflict with older Laravel version.

2.2.3

16 Jul 03:40
Compare
Choose a tag to compare

Debug

  • searchable option