hey, great module. is it possible to link to an entity? when i try to add a link it only shows html output...

Comments

daniorama’s picture

It happens the same to me. I wonder if this could be included in this wonderful module. Thanks

SemasPing’s picture

Component: Documentation » User interface
StatusFileSize
new5.95 KB

I have this error too
I have this error in 7.x-1.4 version too

SemasPing’s picture

Maybe this error is in library, not is in module
because i took version of slickgrid library from 28.07.2011. Now fields with link are reflecting well.

daniorama’s picture

Title: Link to entity possible » Link to entity not working
Priority: Normal » Critical

SemasPing, could you clarify wich version are you using now? Last version is mleibman-SlickGrid-2.0-2-g57c0a44, that's the one I'm using and have no working links. Could you also include a screenshoot and maybe try if other things beside links work, like images or editablefields http://drupal.org/project/editablefields

I also tried version 2.0-0 and has not working links too, and even tried the 1.4-3 and that doesn't work at all.

It would be great to allow not only links but "forms" like editablefields. This is a critical issue that makes slickgrid much less useful.

SemasPing’s picture

StatusFileSize
new33.97 KB
new85.9 KB

I try few version. On this page https://github.com/mleibman/SlickGrid/commits?page=2

https://github.com/mleibman/SlickGrid/tree/5b6e673f57d4c705386c37afe22e1... - work for me. Fields with link are reflecting well.

With editablefields not tested.

daniorama’s picture

Component: User interface » Documentation
Priority: Critical » Normal
Status: Active » Needs review

SemasPing, I confirm it works :) Thanks! It should be included in the documentation. Use the slickgrid 1.4.3 version and not the 2.x one.

Unfortunately "forms" like editablefields don't work, just links, but at least it's an improvement.

daniorama’s picture

In fact, that version is not working well either. Filters, sorting and many things more don't work. Right now the only version I found fully working is 1.4.3-59 https://github.com/mleibman/SlickGrid/tree/0ed544b6aeab8e85e78f19c0702c6...

razkovnik’s picture

Thank you daniorama! I had exactly the same problem with the links not working but https://github.com/mleibman/SlickGrid/tree/0ed544b6aeab8e85e78f19c0702c6... works for me fine!

Great module!

henk’s picture

Hi,

Adding HTML formatters works for me https://drupal.org/node/1574730 This is a problem with Drupal module, module have only plain text formater. No need to change Library.

Regards,