Yussuf Elarif
Yussuf Elarif
I've changed the data set so that it returns asynchronously and with the plunker that is provided above and it works. However, that uses an old version (v1.2.6) of smart...
The solution I came up with. It works for me haha. I've added `var initialLoad` because it seems that smart-table overrides `pagination.start ` on initial load even when disabling `ctrl.pipe();`...
@brvv Do you have a PR or something that I can potentially help with this?
I had the same problem i had to follow it using **ttypescript**. 1. `npm install --save-dev typescript ttypescript` 2. in **package.json** on `"start":` use `ttsc` instead of `tsc` ``` {...
That doesn't seem to solve the issue on my end. Is it a specific version that works with hypercwd? @sungle3737
Ah right, thanks. I've done a little bit more digging on this plugin. I stripped hypercwd to see what the issue was. Turns out it isn't actually hypercwd that is...
Unfortunately, couldn't do any more digging. Clumped up with my own work. I only got as far as knowing each tab generates a new bash instance but when dispatching "SESSION_SET_CWD",...