We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d47a5e commit 52710b5Copy full SHA for 52710b5
CHANGELOG.md
@@ -8,6 +8,10 @@
8
9
## CHANGELOG
10
11
+### v4.3.2 - 02-05-2019
12
+
13
+- Avoid call parseRender when render attribute is null. [#87] credits to @JulianBustamante.
14
15
### v4.3.1 - 11-21-2018
16
17
- Allow null string computed column title.
@@ -385,6 +389,7 @@ To `created_at` with title `Created At`
385
389
[#83]: https://github.com/yajra/laravel-datatables-html/pull/83
386
390
[#84]: https://github.com/yajra/laravel-datatables-html/pull/84
387
391
[#86]: https://github.com/yajra/laravel-datatables-html/pull/86
392
+[#87]: https://github.com/yajra/laravel-datatables-html/pull/87
388
393
394
[#3]: https://github.com/yajra/laravel-datatables-html/issues/3
395
[#58]: https://github.com/yajra/laravel-datatables-html/issues/58
0 commit comments