Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about ag-grid-ng2

Read more about ag-grid-ng2

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - ag-grid-ng2

How to align the checkbox and text in cell to center in ag grid angular

I have an angular application in that I need to align the checkbox and text to center in table cells. .component.ts columnDefs: ColDef[] = [ { headerName:'Select',width: 80,field:'select',checkboxS...
test-img

user1

angular

ag-grid

ag-grid-angular

ag-grid-ng2

Votes: 0

Answers: 2

Latest Answer

To align cell content to center, set cellClass in column definition: { headerName:'Select',width: 80,field:'select',checkboxSelection:true, cellClass: 'cellCenter' } and define the class in CSS as fo...
test-img

Josef Bláha

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved