AdminLTE icon indicating copy to clipboard operation
AdminLTE copied to clipboard

Datatables checkbox off-centered

Open larrybg opened this issue 8 months ago • 0 comments

The datatables checkbox is off-centered. While it's working just fine the visual presentation is not accurate. The code I'm using to create it: columns: [ { data: null, defaultContent: "" }, ...],...

select: { style: "os", selector: "td:first-child" },...

The change of the style doesn't fix the problem.

Image

Environment (please complete the following information):

  • AdminLTE Version: v3.2.0

larrybg avatar Mar 18 '25 14:03 larrybg