Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

300
Views
Tabulador js y Chrome: punto junto a los íconos en la celda

Creé una tabla tabuladora js que se comporta como debería cuando la miro con FireFox: cuando la pruebo en Chrome, aparece un punto después de los íconos que puse en una celda.

Esta es una captura de pantalla de FF (arriba) y Chrome (abajo) para la misma página. Yo tampoco veo el . en cualquiera de los códigos HTML:

ingrese la descripción de la imagen aquí

Código HTML de Chrome:

 <div class="tabulator-cell" role="gridcell" title="" style="width: 42px; height: 42px;"> <button class="btn btn-sm btn-primary" id="tippy" aria-expanded="false"> <svg class="svg-inline--fa fa-server fa-w-16" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="server" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""> <path fill="currentColor" d="..."> </path> </svg><!-- <i class="fas fa-server"></i> Font Awesome fontawesome.com --> </button> </div>

No puedo ver dónde está el . viene de El código FF parece idéntico. El código del tabulador se ve así:

 cols = [{formatter: eBtn, cellClick: editClkd, maxWidth: "40"}, {formatter: pBtn, tooltip: prntToolTip, maxWidth: "40"}, {formatter: tippyBtn, maxWidth: "42",}] var table = new Tabulator("#testtable", {height:"1210px", layout: "fitColumns", resizableColumns: false, pagination: "local", columns: cols}); let tippyBtn = function (cell) { let row = cell.getRow()._row.data; return `<button class="btn btn-sm btn-primary" id="tippy"> <i class="fas fa-server"></i> </button>`; }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!