wadetb / Sublime-Text-Advanced-CSV

Efficiently format, edit, arrange, and evaluate cells in CSV files
169 stars 14 forks source link

Stick Header Row #32

Open mudassar192 opened 7 years ago

mudassar192 commented 7 years ago

Hi , its more of a query then an issue , Is there any way we can stick header row ( usually first row of csv) at the top while scrolling through the CSV files.

wadetb commented 7 years ago

Hi there. I think you can accomplish it by selecting File -> New View Into File, and then View -> Layout -> Rows: 2.

Does that meet your needs? If yes I'll probably add a note to the readme.

nowherenearithaca commented 7 years ago

I'm using tab-delimited via the delimiter options, and this doesn't seem to work. Is there an extra trick here?

wadetb commented 7 years ago

Hi @nowherenearithaca, is this related to the Stick Header Row issue or are you having other problems with tab-delimited text? Best, Wade

nowherenearithaca commented 7 years ago

Hi @wadetb - it was with the sticky header which didn't seem to work for me. Would be nice if there was also a "sticky first column" as well - maybe that exists somewhere already so let me know if it does!