GlyuckDataGrid
GlyuckDataGrid copied to clipboard
DataGridView (multicolumn tables) for iOS based on UICollectionView
Hi, would it be possible to add a column header on the bottom of the grid? I can't use normal cells because I need it to be always visible. Thank...
Initial commit, now testing with travis
the function only return row index, but how can i find indexpath (exact row and column)
Hi, I know this library does not support self-sizing cells. To make it work with the dynamic width I am setting cell width based on the highest (longest) textLabel width...
Hi. Is there a way to detect which row or cell was doubled tapped? Thanks Steve
How to selection multiple rows ? I tested on "Multiplication table" sample. Sample I want to select row 1, 2 on the same time now it's only support single row....
Hi, is there a possibility to create self-sizing cells? I know that without setting `widthForColumn` cells are fitted to screen. I want to set cell width based on the highest...