Double-click inline editing without showing row wise edit/del/save option?

QuestionsDouble-click inline editing without showing row wise edit/del/save option?
Davor Budimir asked 10 years ago

Hello Abu,

Whether it is possible (and how) to get a double-click inline editing without showing row wise edit/del/save option?

Regards,
Davor

1 Answers
Abu Ghufran answered 10 years ago

You can set additional column for row wise actions, and make it hidden.

$col = array();
$col["title"] = "actions";
$col["name"] = "act";
$col["hidden"] = true;
$cols[] = $col;

$g->set_columns($cols);

Your Answer

17 + 18 =

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?