0

How to align 1st column (checkbox header and checkbox data) in react table using semantic ui react

Table consists of 3 columns for now

<Table.Body> .map((el) => { return ( <Table.Row key={el.report_ref_no}> <Table.Cell> {" "} {" "} </Table.Cell>

1
  • Add some code snippets also. Commented Dec 27, 2022 at 6:35

1 Answer 1

1

Use this CSS verticalAlign = 'middle' textAlign = 'center'

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.