Questions tagged as 'datatables'

2
answers

How to show bootstrap popover only when the cell has a value

I have a boostrap table in which in a cell of each row I could load the value of an array converted to base 64, I would say because sometimes the property that maps that value could come in null: <table id="tableOcMateriales" class="tab...
asked by 22.02.2017 / 00:19
3
answers

How to refresh the row of a table when it is updated by Ajax?

I have the following Jquery script with ajax $('#btn_cofr_update').click(function(e){ e.preventDefault(); var form =$('#form_upd_requi'); var action=form.attr('action'); var id=$('#id_').val(); var data=$('#fo...
asked by 14.02.2017 / 18:27
1
answer

Salary DataTables jQuery

I do not handle much the DataTables for which I tried several ways to convert a result of ajax that are numbers and convert them into salary, but since I am handling it in a different way than the DataTables it suddenly beco...
asked by 18.01.2017 / 23:22
1
answer

Difference DataTable and Grid of jQuery

I am a beginner in this of Web programming and I am doing a project. My goal is to collect data from a table in a very extensive database and to show it on a Web page. I use c # and I have been told that it would be nice to use a grid with...
asked by 19.01.2017 / 22:45
1
answer

How to do filtering on datatables ignoring uppercase and lowercase?

I have a table made with server-side datatables but at the time of filtering, eg: "ing" ignores that "Engineer" exists, that is, it takes into account the case. How can I avoid that? Here is the code of my table: var table = $('#table').D...
asked by 09.01.2017 / 21:33
3
answers

Problems with jquery buttons (dataTables)

Good morning, I am creating two tables in the same html file only in different tabs, in each table headings are handled and an export button to excel, the problem that generates me is that when exporting the tables, only the button of the first...
asked by 16.01.2017 / 19:21
1
answer

How to add vertical scroll to a table with the head and the fixed footer with CSS or style?

I have the following table, where I put the fixed width to the head: <table id="listado" class="table table-striped table-bordered" style="margin-bottom: 0 !important;"> <thead> <tr> <th style="width:50px">C...
asked by 06.01.2017 / 19:32
2
answers

How to integrate the column search engine, above it and not below, Jquery Datatables

very good, I'm using the jquery plugin link which add a select option search engine by columns, which are integrated below the datatable, what I want is that it is shown above next to the search that comes in the plugin, I do not know how t...
asked by 02.03.2017 / 15:21
1
answer

jQuery Datatables - Hide Cells (td) not selected

I am starting to learn jquery , the request is as follows: Show a list of invoices pending payment (ok) Place a filter in the provider's name (ok) Make summations in tfoot (ok) Make an ordering of all the columns (ok) Se...
asked by 01.12.2016 / 22:06
1
answer

Update record in BD with datatable edit JQuery

I'm using the Jquery datatable edit library and I've already filled my table with data from a DB, how can I know the id of the record that will be updated? and How would the process of updating on my BD? my code is this <link re...
asked by 14.11.2016 / 04:31