Hi again!
At the bottom of your file, I see:
<script type="text/javascript" charset="utf8" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.2.min.js"></script>
<script type="text/javascript" charset="utf8" src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js"></script>
And when I run the app, in Chrome Developer Tools, I see:
So, the files were blocked. But when I change these links to https
, the files are not blocked any more, and I can start to see the shape of a data table. However, there are more js errors in jquery.dataTables.min.js. As I am not familiar with the dataTables library, I am not sure what the real problem is. But the initial issue was related to not using https
.
About using the NodeRun Rich Display Grid, I do have a full example of a “Customer CRUD with Search”. See here: https://noderun.com/alex/crud-with-search/.
It shows the page number at the bottom of the grid.
Alex