Marcel Bricman

Results 7 comments of Marcel Bricman

excellent, when my experiments progress into a more complete understanding, i will make PRs, thanks for the answer!

@Mrproex , if can you resolve the conflicts i will accept the PR

3.0.6 is alpha, so nuget will by default give you the latest stable. this should be the latest version: https://www.nuget.org/packages/Alturos.Yolo/3.0.6-alpha

@designermonkey, which browser are you on (i am on chrome)? does https://rawcdn.githack.com/OAIE/oaie-sketch/87075ce5890a475a9787da126ed134f6a5d681c7/sketch.html work for you?

can you check if any errors come up in the network tab? there are some includes, if those fail, there may be any number of issues

thead and tr unfortunately do not support position: sticky. th WOULD support it, but i also didnt have any luck trying that. however you should not need to do that:...

if you accept the PR, please also update the documentation to show something like: ``` ... :sort="customSort" ... {... customSort(a,b,n,p,name) { if (a[name] < b[name]) return -1 if (a[name] >...