James Sterling
James Sterling
This would be great to know on the readme...
I removed the $app argument from the /vendor/skyronic/crudkit/src/CrudKit/Pages/BasicLoginPage.php, and the page rendered properly. Seems like a bug.
Any way to do this with pre-existing html table? Or is it only work for json data?
Seems like this still isn't working correctly?
I was unable to solve this with any solutions above for my Ionic v4 app. I solved it this way: ```typescript ionViewDidEnter() { window.document.querySelector('#qr-scanner').shadowRoot.querySelector('main').style.background = 'transparent'; window.document.body.style.background = 'transparent'; const...
+1 would love to see this as an option in the lib
+1, just found this bug. Any progress on a fix? My temporary workaround is just adding ```href='#'``` to the pagination links: ```js angular.module("uib/template/pagination/pagination.html", []).run(["$templateCache", function($templateCache) { $templateCache.put("uib/template/pagination/pagination.html", "{{::getText('first')}}\n" + "{{::getText('previous')}}\n"...
@pedrovitor074 Thank you thank you, ```Gravity.BOTTOM|Gravity.CENTER``` been looking for that.
+1 experiencing this same issue.