Skip to content

Commit ca0c44d

Browse files
committed
Bump v4.26.1 🚀
1 parent 1b367f3 commit ca0c44d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
## CHANGELOG
1010

11+
### v4.26.1 - 05-29-2020
12+
13+
- Fix array listing and allow customer separator.
14+
1115
### v4.26.0 - 05-29-2020
1216

1317
- Add support for comma separated list from an array of objects.

src/Html/Column.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ private function isBuiltInRenderFunction($value)
477477
return false;
478478
}
479479

480-
return Str::startsWith(trim($value), ['$.fn.dataTable.render', '[, ]']);
480+
return Str::startsWith(trim($value), ['$.fn.dataTable.render', '[']);
481481
}
482482

483483
/**

0 commit comments

Comments
 (0)