Skip to content

Releases: syamsoul/laravel-datatable-ssp

3.9.2

25 Aug 14:10
010c083
Compare
Choose a tag to compare
  • should not cache indefinitely if $cache_timeout=0

3.9.1

24 Aug 02:57
a7d689d
Compare
Choose a tag to compare
  • correct the info in response when user request all items (itemsPerPage === -1)

3.9.0

06 Aug 17:12
be902db
Compare
Choose a tag to compare
  • can set db_for_search in columns option to specify what column to use when perform search

3.8.0

29 Jul 23:08
5462dff
Compare
Choose a tag to compare

allow to cache response()->json()

how to use:

  • response()->json($cache_timeout, $extended_cache_name);

for example
response()->json(120); will cache response()->json() output for 120 seconds

3.7.1

26 Jul 12:33
Compare
Choose a tag to compare
  • return items_per_page data in getData method
  • thus, $ssp->response()->json() also will return this data

3.7.0

26 Jul 12:12
65bb1dc
Compare
Choose a tag to compare
  • return current_page and total_pages data in getData method
  • thus, $ssp->response()->json() also will return these data

3.6.0

16 Jul 07:19
ac87126
Compare
Choose a tag to compare
  • can customize csv filename in response()->csv($filename, $is_include_datetime_in_filename)
  • can set prefix for csv filename

3.5.0

16 Jul 06:14
4d808a8
Compare
Choose a tag to compare
  • improved export to csv with large data

3.4.1

26 Jun 14:37
4aabf19
Compare
Choose a tag to compare
  • ValidationException can be customizable

3.4.0

10 Jun 13:53
Compare
Choose a tag to compare

Fix column name alias handling (multiple AS expression issue)