or
<div id="glass" class="glass" style="display: none;"></div>.glass { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; opacity: 0.3; background: #fff;}function showLoading() { $("#glass").show(); app.showLoading();}I was able to set my Pageable options with no problem but have few questions below and was hoping someone could help.
Thanks