Dynamic pinning not working
See original GitHub issueI’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:
- Created 7 years ago
- Comments:14 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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 😃
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;