A quick-start project that helps you freeze rows and columns in the Syncfusion React Spreadsheet component using the "Gross Salary calculation" as an example. In this sample output, you will also see the frozen rows and columns in place when scrolling the sheet content vertically or horizontally.
Documentation: https://ej2.syncfusion.com/react/documentation/spreadsheet/freeze-pane/
Online examples: https://ej2.syncfusion.com/react/demos/#/bootstrap5/spreadsheet/freeze-pane
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the how-to-freeze-rows-and-columns-in-the-react-spreadsheet-component
repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install
command and run your project using the npm start
command.