mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.82k stars 1.98k forks source link

Using a CompositeEditor to implement detached item edit form with a GRID Layout #1038

Open RavikumarMeesala opened 9 years ago

RavikumarMeesala commented 9 years ago

Hi , as of now the CompositeEditor only supporting singular column format. if i have 30 columns in my grid and wants to have a EDIT Form it will show in a single column format which is not a good way of presenting. it would be good if it supports grid layout so that the columns will be distributed across multiple columns like 3X10.

Kindly suggest how to fix this issue.