I am using UI Grid for my spreadsheet implementation. My grid consists of complex big data. How do i access individual cell/cells in the table to assign them datatypes .
[My grid example is as follows:][1]
[1]: http://plnkr.co/edit/3YskfpKIe4UFjpTAIh5o?p=preview
It looks like most of your example fields would be strings. To add types you would add the
typeto the columnDefs. A list of acceptable types can be found here in the "types" section. ColumnDef DocumentationEDIT: I see your questions ask specifically how to do this on a cell. I don't know why you would want to do this usually all cells of a column share a type.