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

155
Views
data-toggle tooltip for dataTable to display row value

I have two columns as seen below in my datatable. I'm trying to use data-toggle tooltip to display the value of 'frequency' column when i do a mouse hover on 'name' column. What change do i need to make this happen ?

{
                            "mData": "name",
                            "render": function (data, type, full, meta) {
                                //var repSchedule = data.frequency;
                                return '<span data-toggle="tooltip" title="' + data.frequency + '">' + data + '</span>';
                            }
                        },
                        {
                            "mData": "frequency",
                            "mRender": function (data, type, val){
                                //debugger;
                                if(!booleanGlobalReportEditor){
                                    return(data);
                                }
                                return "";
                            }
                        }
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!