Skip to content

Commit

Permalink
feat(plugins): remove jQuery from Row Detail plugin (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jul 8, 2023
1 parent fc7f516 commit 838dbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example16-row-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ <h2>View Source:</h2>
dataView.setItems(data, 'num');
dataView.setFilter(filter);
dataView.endUpdate();
});
})();
</script>
</body>
</html>

0 comments on commit 838dbbf

Please sign in to comment.