I've have a 50 column data-grid and i want to render a different column when component mounts. That means i want to render the data starting from another column.
Like in below image, rather than starting from 1, i want to start it from 14
I've gone through docs and found that i can do this by using colDisplayStart but not sure where to begin. Any help would be appreciated.