This example demonstrates how to use SharePoint Rest Service in the Soby Data Grid.
SP Data Binding
View code
<script src="/media/js/jquery-3.1.0.js" type="text/javascript" ></script>
<script src='/media/js/jquery-ui-1.12.0.min.js'></script>
<link href='/media/css/jquery-ui.min.css' rel='stylesheet' />
<link href="/media/css/soby.ui.components.css" rel="stylesheet" type="text/css" media="all" />
<script src="/media/js/soby.service.js" ></script>
<script src="/media/js/soby.ui.components.js" ></script>
<div id='soby_BooksDiv' ></div>
<script>
</script>
Want to learn more about the grid component? Check out the
API documentation.