Active
Project:
Slickgrid
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 May 2012 at 22:09 UTC
Updated:
22 Sep 2015 at 19:21 UTC
Jump to comment: Most recent
Not sure why, but after updating the module and the library, href links are no longer displaying properly.
Screenshot: http://snpr.cm/oP8XCN.png
Comments
Comment #1
Ari Gold commentedAnimelion...did you figure out a way to fix this?
Comment #2
bryancasler commentedI have not, still a problem
Comment #3
hongpong commentedconfirming that a typical Title field in a view renders as text, not as a link.
EDIT - i would add its odd that there is no choice for a formatter for that Title field. maybe the problem lies there right now.
Comment #4
bryancasler commentedThis is killing the usability of this module. Upping the status to "Major" as it has broken previously existent functionality.
Comment #5
sorensong commentedThis feature is crucial to my application.
Comment #6
Daniel A. Beilinson commentedDon't panic.
You can create htmlFormatter.inc in pugins/formatters folder:
and this simple code to slickgrid.formatters.js
Comment #7
bryancasler commentedThanks Daniel, I just gave that a go but it didn't seem to work. Even flushed the cache. Nothing changed. But at least it didn't break anything.
Comment #8
danjuls commentedI can confirm that this solution works. Although Daniel forgot to mention that you have to choose the HTML formatter when editing the view under Format: Slickgrid. Set that to HTML formatter and it works perfectly.
Thanks Daniel for the soulution
Comment #9
henk commentedAdding HTML formatting works for me also.
Thanks,
Comment #10
kapil.ropalekar commented#6 worked for me too !!!
Thanks
Comment #11
sskully commentedHey guys,
I'ved added the patch, the html does have the url link, but when I click on it, it does not navigate to the page. I can command click on the link and it opens a new tap with the page.
Is there something I'm missing?
Thanks