We currently use MiniGridInput ($grid = ee('CP/MiniGridInput', array('field_name' => 'options'));) in several spots natively and I just used it on an add-on. It outputs a handy display. You can set a min/max number of rows, similar to a full grid.
However, if you have more than 1 on a page, the min/max setting only works once. In other words, it's global. @matthewjohns0n figured out what the problem is and suggested @Yulyaswan could take a look.
We currently use MiniGridInput ($grid = ee('CP/MiniGridInput', array('field_name' => 'options'));) in several spots natively and I just used it on an add-on. It outputs a handy display. You can set a min/max number of rows, similar to a full grid.
However, if you have more than 1 on a page, the min/max setting only works once. In other words, it's global. @matthewjohns0n figured out what the problem is and suggested @Yulyaswan could take a look.