Questions tagged as 'table'

0
answers

doubts with checkbox / angular

Personal I have this table: <table class="uk-table uk-table-nowrap"> <thead> <tr> <th class="uk-width-1-10 uk-text-center small_col"><input...
asked by 16.03.2017 / 21:12
1
answer

Center a td according to the width size

Good morning ... I'm creating an email marketing and it is responsive, that is, td is float left and when it decreases its size it falls below the other. My problem is ... when I get to a screen size my content inside td is...
asked by 03.04.2017 / 14:49
0
answers

load records without expanding the table!

Good morning! I have a table with 9000 records, what happens is that when opening the page of the table it takes to load the records with this it extends showing all the 9000 scans, so after a while it decreases showing only 10 lines of course s...
asked by 20.01.2017 / 16:23
0
answers

problem with tablesorter

I wonder if it is possible to manipulate the tablesorter search? I have a list with several records and pages, but when I do search, it is only searched by the page. How do I search the entire table? Here is the code for table...
asked by 26.08.2016 / 15:06
1
answer

Control point staff card

I need to make a table that shows whether the employee is missing or not. if there is no need to show your point beats in front of the respective date. Can anyone help me? Example: In my bank I have several employees registered, assuming I...
asked by 17.06.2016 / 16:26
2
answers

codeigniter - list related data

Hello, I'm trying to show the name of a channel associated with an event through an FK, but I'm not able to show it. Model: public function get_events() { $this->db->get('events'); $this->db->join('channels', 'events.channel_...
asked by 19.11.2015 / 13:38
1
answer

get the id of a dynamically generated tag

Good morning. Does anyone know how to do in jquery to capture some data from a tag within a dynamically generated table ? In fact everything inside the "showPesqReserve" div is generated dynamically. Ex: <div id="showPesqReserva">...
asked by 28.01.2016 / 14:16
0
answers

Select the line checkbox when clicking the line

How do I select a line and click the checkbox? <tbody><?phpforeach($usersas$user):?><!--trbehaviour="app.behaviours.panel" data-panel-action="show" data-panel-href="<?php // echo $this->...
asked by 27.11.2015 / 15:30
1
answer

Getting src value from an image to send email in phpmailer

On my page, I'm trying to get email sent with data from a form to fill out. One of the fields is an image, which can be changed depending on the option selected: <tr> <td style="text-align: left">Layout: </td> <td>...
asked by 09.10.2015 / 17:00
1
answer

Doubt in table generation in excel file

I have a Javascript function that generates the table of a page in an Excel worksheet. Here is the code below: function montaExcel(){ var tab_text = "<table><tr><td><img src='http://xxx.xxx.xxx.xxx/images/layout/logo.j...
asked by 29.09.2015 / 18:23