You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to specify a certain number of columns which would be frozen. That is, their content would be generated normally like the other cells, except they don't scroll horizontally.
Think of an Excel spreadsheet where you can freeze the first x number of columns. They don't scroll horizontally, but they do vertically. Other than that, they behave like regular cells. You can tap on them and you can resize the columns. I still want to see the column titles up at the top too.
Where would I look to modify the code to support something like this?
I know I can specify a title for the column header, but then that column is not resizable. Sometimes I want to display non-text data there too, so the title delegate method won't work for me.
Thanks!
The text was updated successfully, but these errors were encountered:
I'd like to be able to specify a certain number of columns which would be frozen. That is, their content would be generated normally like the other cells, except they don't scroll horizontally.
Think of an Excel spreadsheet where you can freeze the first x number of columns. They don't scroll horizontally, but they do vertically. Other than that, they behave like regular cells. You can tap on them and you can resize the columns. I still want to see the column titles up at the top too.
Where would I look to modify the code to support something like this?
I know I can specify a title for the column header, but then that column is not resizable. Sometimes I want to display non-text data there too, so the title delegate method won't work for me.
Thanks!
The text was updated successfully, but these errors were encountered: