Questions tagged as 'datatables'

3
answers

How to hide a column of a datatable if it is a specific user?

I have a datatable with a column defaultContent , where I have buttons to edit, delete and give privileges but I want to hide it if the profile type is user, that is, only the administrator can see that column usser.js ... $(do...
asked by 28.12.2017 / 18:40
0
answers

Calculate the total price of a product in a jquery table

Hello my friends ... I have a query how can I calculate the total price if I increase the quantity input and / or place a discount. Through jquery This is the code of the table <table id="VerDetallePedido" class="table table-conden...
asked by 14.12.2017 / 16:45
2
answers

DataTables is not sorted or filtered, it only changes form of tables, Laravel 5.2

I have a problem, with a view in laravel I am trying to use Datatables to perform the pagination and search, but the table changed with the data is not shown, also missing the paging and search. Attached the view: indexEstado.bl...
asked by 27.11.2017 / 19:53
1
answer

Ajax or json can not restart, does not show the MySQL select in the table

I get these errors does not let me see all the data in the table. but yes in JSON THIS DOES WORK SEPARATELY <?php $db_host = "localhost"; $db_user = "root"; $db_pass = ""; $db_name = "mva_colegio"; $conectahugo = new my...
asked by 28.11.2017 / 23:47
0
answers

Problem with jquery datatables

I have a problem with the responsive design of the JQuery DataTables plugin. What I need is the following: We have the following aspect when it becomes responsive to the browser: Of course, the problem is that when I checkbox at that ti...
asked by 26.12.2017 / 14:44
1
answer

Dynamic Columns - SQL Server 2012

I have two tables which I want using a Query SQL Server to generate dynamic columns depending on the number of records in a table. Please see the image.     
asked by 03.11.2017 / 03:34
1
answer

Receive data in sight - Yajra DataTables

I need to send a data through the render() method, however I do not know how to receive it in the view. Here is my code ( print_r($datos) generates me error: Undefined variable: datos ): Driver: InventoryDetailReportContr...
asked by 21.10.2017 / 01:00
1
answer

Datatable with jquery

Good first of all, I'm trying to fill a table with jquery and Datatable. I've already read several tutorials and nothing, I do not fill the table. Below I will put my codes: server-side code with django @login_required def activos_mostrar(r...
asked by 03.10.2017 / 08:37
1
answer

Using AJAX with CRUD

Good evening, I have made a CRUD for an information request form from an academy. The idea is to use AJAX to make the CRUD much more dynamic and effective, but I'm still new to AJAX and I do not have much idea to be honest. This is the CRU...
asked by 24.09.2017 / 21:29
1
answer

jquery datatables in semantic does not show me the search field

I have a web page where I load a table with records and I'm using the dataTables Table plug-in for jQuery about semantic-ui. It turns out that on another page the table loads me with all the controls: show a certain number of records, paginatio...
asked by 19.09.2017 / 00:26