question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dynamic pinning not working

See original GitHub issue

I’m submitting a … (check one with “x”)

[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here

Current behavior I’m trying to do a dynamic pinning by toggling frozenLeft property in column inputs dynamically. it works but I have to resize the window in-order for this to be updated

Expected behavior pinning and unpinning the column dynamically

Reproduction of the problem Create a button the toggles the frozenLeft property of a certain column, it won’t be pinned (updated) until you resize the window.

What is the motivation / use case for changing the behavior? More options for the user

Please tell us about your environment:

  • Table version: 0.7.x
  • Angular version: 2.0.x
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
  • Language: [all | TypeScript X.X | ES6/7 | ES5]

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
gerhardboercommented, Feb 22, 2017

@amcdnl I’ll create a pull-request for this change tonight (± 6 hours from now). We can discuss the changes and maybe try another attempt at onPush from there 😃

0reactions
josearubiocommented, May 4, 2020

same here…

our temp workaround, after setting frozenLeft/frozenRight property, we reassign the columns in order to force width calculation:

(on component) this.table.columns = this.table._internalColumns;

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dynamic SSL pinning for Android - Wultra Developer Portal
A solution to this problem is the dynamic SSL pinning, where the list of certificate fingerprints is securely downloaded from the remote server....
Read more >
The Problem with Pinning - Approov
Certificate pinning of API connections is non-trivial. This articles discusses some of those challenges and highlights some solutions.
Read more >
How to achieve dynamic cloth pinning?
The problem is that when you need to change the pinned vertices, you need the simulation to continue where it ended the frame...
Read more >
Pin There, Done That! - Medium
In this post, we will be looking at how certificate pinning is implemented in Android applications and these can be defeated.
Read more >
Dynamic certificate pinning - ios - Stack Overflow
Also, if the App servers are not directly under your control, there is a high change that pinning will end up bricking the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found