revolist / revogrid

Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
https://rv-grid.com
MIT License
2.78k stars 175 forks source link

RevoGrid Documentation Enhancement #193

Closed stevexm closed 3 years ago

stevexm commented 3 years ago

Hi: just started using RevoGrid for a project, and I have to add my voice that it is truly wonderful. Building it with StencilJS was a very smart strategy!

I am moving beyond basic Grid configuration and spending a lot of time re-reading api docs as well as reviewing the Codesandbox examples. What I would really would like, is to be able to view the main demo source code on the RevoGrid website: https://revolist.github.io/revogrid/demo/ . That way, I can quickly scan the working source for the feature I am trying to implement and get my version running faster.

Can I suggest an enhancement for the RevoGrid documentation, if available, is to post the main demo source and/or a link to it?

Thank you again for a great tool and making it open source.

Warm regards from Australia,

Steve

revolist commented 3 years ago

Hello @stevexm, We really appreciate so positive feedback on our project.

Sorry, I didn't get your request. Would you like to get a demo source code? It is available just not on codebox but as a part of GitHub project: https://github.com/revolist/revogrid-vuepress/blob/main/src/.vuepress/components/demo-page.vue

Or are you asking about something else for a demo? It's very important for us to provide you quick jump in our API, any suggestions are very welcome.

Thank you!

stevexm commented 3 years ago

Wow, you guys are really fast ... thank you!

Looking at the code from the demo-page.vue link and I am getting a better idea of how to handle the grid configuration. I really appreciate your helping me out. Next task for me is to figure out how best to handle column reordering via drag-and-drop (sortablejs).

I will certainly post documentation suggestions and related for the community to have. Is the issues list the best place to do so, or would you like a fork/branch of the project and PRs to be submitted?

Thanks again,

Steve

revolist commented 3 years ago

Hello @stevexm, just noticed your message, PRs preferable Thank you.