diff --git a/plugins/slick.rowdetailview.js b/plugins/slick.rowdetailview.js index 444b0a2e..7075b6e5 100644 --- a/plugins/slick.rowdetailview.js +++ b/plugins/slick.rowdetailview.js @@ -651,7 +651,7 @@ html.push('
'); //shift detail below 1st row - html.push('
'); //sub ctr for custom styling + html.push('
'); //sub ctr for custom styling html.push('
', dataContext[_keyPrefix + 'detailContent'], '
'); // &omit a final closing detail container
that would come next