mleibman / SlickGrid

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

Binding row data that has multiple subitems to a column #1022

Open Thasha opened 10 years ago

Thasha commented 10 years ago

Hello Sir, I have a column which can be populated only when the sub-items in a row is filled. For example: I have a column say ProjectCompleted. In order to get this column populated, the row, say ProjectStages that comprises of multiple stages Analysis,Designing,Reviews should be populated. In brief, data should be binded to column if only the sub-items in a row are populated with data. Is it possible to accomplish this task?If yes,please explain the procedure as it will be helpful for me. Thank you loads