Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Sir, your AutoFitColumn() is a terrific feature. Very useful. 

It appears to fit the columns very tightly - a little too tightly

Can you add an optional parameter in the function call to specify additional padding width that is added to each column, so they are a bit wider then that AutoFit algorithm calculates


EG  

   this.grid.autoFitColumns('15px'); //adds 15px to the width of every auto calculated column to make them wider
 this.grid.autoFitColumns('-12px'); //subtracts 12px to the width of every auto calculated column, to make them even tighter