unclead/yii2-multiple-input

Change Plus Button Order

push32 opened this issue · 2 comments

Screenshot-2020-07-16-at-1 39 13-PM

Hello, thanks for this great library and so helpful, now i'm in design for mobile responsive, its possible to move the plus (+) to below after add new row like the example before?

according to the documentation, only these options are available

addButtonPosition integer|array: the position(s) of add button. This can be MultipleInput::POS_HEADER, MultipleInput::POS_ROW, MultipleInput::POS_ROW_BEGIN or MultipleInput::POS_FOOTER.

Yes, find it now, thank you much for the answer, Thank you so much :D

added my solution for other users also
'addButtonPosition' => MultipleInput::POS_HEADER,