maraerben Approved

Member since: 2018-09-20

Recent posts by maraerben
Post When

Or just implement getRowNumberAttribute() method in your model.

public function getRowNumberAttribut...

Posted in How to add serial number column to backend list?

Maybe you could define your own column type with static counter variable to count rows in Plugin.php...

Posted in How to add serial number column to backend list?

Thank you, this post saved my life! Maybe this example should be part of documentation...

Posted in Use Model method to return List Filter array options

Thank you, sir! Your second snippet is exactly what I was looking for. :-) Very simple and elegant s...

Posted in Settings form anywhere in Backend

I used <select>...</select> and following example worked:

<select data-request="{{ __SELF__ }}::onFi...

Posted in AJAX submit form onchange event

Hello, thanks for your reply. I know how to get values from the Settings model. My problem is differ...

Posted in Settings form anywhere in Backend

Hello, I have (maybe trivial) problem with my plugin Settings model. I can create it so I can see it...

Posted in Settings form anywhere in Backend