
I found following JS errors from chrome console:
Uncaught TypeError: Unable to process binding "if: function (){return $col.isSingle($row()._rowIndex) }"
Message: Unable to process binding "repeat: function (){return {foreach:$col.getVisibleActions($row()._rowIndex),item:'$action'} }"
Message: Unable to process binding "attr: function (){return {target:$col.getTarget($action()),href:$action().href} }"
Message: $col.getTarget is not a function
at attr (eval at createBindingsStringEvaluator (knockout.js:2624), <anonymous>:3:77)
at update (knockout.js:3659)
at ko.dependentObservable.disposeWhenNodeIsRemoved (knockout.js:3004)
at evaluateImmediate (knockout.js:1737)
at Object.ko.computed.ko.dependentObservable (knockout.js:1946)
at knockout.js:3002
at Object.arrayForEach (knockout.js:151)
at applyBindingsToNodeInternal (knockout.js:2974)
at applyBindingsToNodeAndDescendantsInternal (knockout.js:2854)
at Object.ko.applyBindings (knockout.js:3065)
Action links are present
@Ylmzef
Unfortunately, I could not reproduce the issue as you described it.
Flush cache and run setup:static-content:deploy may be help you.
@Ylmzef, thank you for your report.
We were not able to reproduce this issue by following the steps you provided. If you'd like to update it, please reopen the issue.
We tested the issue on 2.2.0
I've got the same issue. @Ylmzef did you ever find a solution for this?
I just found the solution, it's a browser cache issue. I was press ctrl + ft to clear the cache for the page but it wasn't good enough, I had to clear my entire browser cache to get it to work.
Great ! works to clear browser caches.
I'm using Chrome and had the same issue. :)
Worked for me too after upgrading from 2.1 to 2.3, again a hard reload was not enough
wtf is ft? I got the same problem and its super crucial right now
that was a typeo it was suppose to say f5. However to solve the problem I cleared the browser cache from the settings menu in Chrome.
ah .. thank you so much - that worked I was freaking out for a minute cause ya know these people that wont there site to never have any down time...... Ill stop there. thanks yo!
I am having the same issue in Magento 2.3.2 version. cleared browser cache, F5, hard reload but still no luck. Issue is still as it is.
Any solution, please!!!!
On Chrome you might try hit F12 -> Application -> Clear storage and hit the "Clear site data" button
If you had upgraded Magento2 do also a whipe on cache and static content.
Also the table ui_bookmark, i just trunk the table
Most helpful comment
I just found the solution, it's a browser cache issue. I was press ctrl + ft to clear the cache for the page but it wasn't good enough, I had to clear my entire browser cache to get it to work.