Ritu Singh
Problem:
This is the code that I am using. To render this table I am using the React table library
column.js
But from this code I am only able to see the table body. I am not able to see the table header and footer. Please help if someone knows the solution.
And this is what I am getting in the UI
And this is expected.
Solution:
Do this changes in your code :
Suggested blogs:
>Step by Step guide to Deploy Terraform in Azure using GitHub Actions
>Testing react components using Hooks and Mocks
>How to destroy a custom object within the use Effect hook in TypeScript?
>Create a function that convert a dynamic Json to a formula in Typescript
>Narrow SomeType vs SomeType[]
>Use Firebase Realtime Database with ASP.NET MVC App
>Use of Singletons in .NET Core in AWS Lambda
>How to do PHP Decryption from Node.js Encryption
>How to Set up the Android emulator?
>How to Set up the local environment for Angular development?
>How to solve encoding issue when writing to a text file, with Python?