githublayoutmarkdowntabular

How to freeze columns/rows Markdown Table in README.md file in Github?


I know how to create a Markdown Table in README.md file in Github
Something like that

|   FREEZ   |   col1    |   col2    |   col3    |   col4    |
|   ----    |   ----    |   ----    |   ----    |   ----    |
|   row1    |   ----    |   ----    |   ----    |   ----    |
|   row2    |   ----    |   ----    |   ----    |   ----    |
|   row3    |   ----    |   ----    |   ----    |   ----    |
|   row4    |   ----    |   ----    |   ----    |   ----    |

My question
Anyway How to freeze column/rows
So the scrolling will not move freezed cells


Solution

  • After a deep investigation and search, I can say, till Jan 2019
    No, It is not possible