file download

Questionsfile download
Andi asked 1 year ago

Hello,

Is a file download from server possible?

 

1 Answers
Abu answered 1 year ago

Hi,

You can provide link to any downloadable file in grid, using a virtual readonly column: e.g.

$col = array();
$col["title"] = "Report";
$col["name"] = "reportcol";
$col["editable"] = false;
$col["template"] = "<a href="/myreport.pdf">Report</a>";
$cols[] = $col;

Abu Ghufran Staff replied 1 year ago

PS: This template property is supported in full version.

Your Answer

3 + 10 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?