-1

I am using AngularJS DataTable with fixheader option. below plugin using as a table plugin

when using the fix header option, it's working well. but there is an alignment issue in my table. Please check the attached image. enter image description here

how I fix this issue?

Ruben Helsloot
  • 12,582
  • 6
  • 26
  • 49
kumara
  • 877
  • 4
  • 19
  • 43

1 Answers1

0

In the <th> initialize your columns and then check the colspan to match the number of columns you have.