Smart table - angularJs - ajax refresh table
问题 I am using the angularjs mudule smart table. My table has server-side processing and all the data load is located on the server. I want to have a refresh button outside of the table. This is the function that makes a call to the server and I want to be able to call it manually, but I can't figure out how to retrieve the table state in the my controller. this.callServer = function callServer(tableState) { ctrl.isLoading = true; var pagination = tableState.pagination; var start = pagination