Skip to content
#

grid

Here are 50 public repositories matching this topic...

mvorisek
mvorisek commented Apr 25, 2020

Any special names like add in Model->getAction('add') should use not the special name directly, but it should be put in the owning class as a public constant and this constant should be used with that class name everywhere where needed.

Nuranto
Nuranto commented Nov 13, 2018

Actually, create button position is 1, and refresh button position is 2.

It means that if we want to add a button between those two, we have edit refresh position. (Actually, i'm not sure, maybe we could use floats ?)

Would be nicer to have, for instance, 10 and 20 as default positions.

(Same for row default buttons)

Also, export button has no default position.

paaljoachim
paaljoachim commented Nov 2, 2019

As the new nav menus structure is coming into place it would be great to write some notes along the way that can be broadened upon for a FAQ.

That would mean such as:

  • Changing the arrows through using unicode. Arrow suggestions.
  • How to adjust underline, background and text link color.
  • Link states.
  • Choosing to instead use hover to open a submenu instead of having to click the arrows.
G1K
G1K commented Mar 29, 2018

https://github.com/mickgeek/yii2-actionbar/blob/028f38229bfee69ced4748f2cb869c5d4a630436/Widget.php#L236
В случае если ключ составной при формировании виртуальной формы получаем вот такое https://w6p.ru/NDMwYW.png

В ядре в value CheckboxColumn пишется Json, но при получении выделенных строк выдается массив из объектов. Нужно обратно делать JSON_ENCODE
https://github.com/yiisoft/yii2/blob/20aa

tecnoterabyte
tecnoterabyte commented Jun 4, 2018

Yii Version; 2.1.
Bootstrap: 4.1.
PHP Version: 7.1.17.
Operating System: Centos 7.

Hi, ActionColumn.php support icons glyphicons, Bootstrap 4.1.0 no support glyphicons, it should be rewritten so that the user indicates the icons to use, or use independent icons of BS3 and BS4 for default.

Code Glyphicons:

    /**
     * Initializes the default button rendering callbacks.

Improve this page

Add a description, image, and links to the grid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the grid topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.