Can action links be moved to the right of grid

QuestionsCan action links be moved to the right of grid
frank decicco asked 11 years ago

is it possible to have the edit, delete action links on the left side instead of on the right.

Also, is it possible to have the edit link open the edit dialog instead on the inline editing.

Thank you.

1 Answers
Abu Ghufran answered 11 years ago

Make first column as PK and make $col["hidden"] = true;
To make action links on left, define it as 2nd column.

# Customization of Action column width and other properties
$col = array();
$col["title"] = "Action";
$col["name"] = "act";
$col["width"] = "50";
$cols[] = $col;

For action columns to invoke dialog, It may need some level of modification and not ready now.

Your Answer

9 + 4 =

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?