Questions tagged as 'datatable'

1
answer

How to create a MySQL schema after starting an instance in AWS-RDS?

I'm starting with the AWS Relational Database Service. I have already started a MySQL instance and now the next steps are: Run the sql that creates the schema and tables, Run the sql that inserts the data. How could I do this? Is it pos...
asked by 26.10.2017 / 22:07
1
answer

Filter list jquery datatble at event enter

How much you instantiate: myTable = $('#dynamicTableDesc').DataTable(); When trying to call the function: myTable.fnFilter(this.value); of error myTable.fnFilter is not a function and calling: myTable.ajax.reload();...
asked by 19.09.2017 / 01:23
1
answer

Problem Datatable Angular Js

I'm trying to use the Managed datatable . In my controller I have the following function: angular.module('MetronicApp').controller('OperatorsController', function ($rootScope, $scope, $http, $timeout, $stateParams, $window, $http) {...
asked by 21.07.2017 / 18:52
1
answer

DataTable with constructor methods of a class to make registrations

I'm trying to make a DataTable that saves data (I'm not using database) referring to the name and email of a client and displays in a DataGridView (display on the grid is not the problem, this I know do) the data that was typed in...
asked by 08.03.2017 / 17:20
1
answer

Find the index of dataRow

I'm traversing a DataTable with a foreach using a variable of type DataRow , however I'm having to retrieve the index of the DataRow I'm traversing. foreach(DataRow row in DataTable.Rows) { string descricao = Co...
asked by 23.02.2017 / 15:17
2
answers

Disable paging and display all records when starting to search the datatable

I'm using servers in the datatable JQuery. PHP plus JQuery. The data is pulled from the database. I have specified that 9 records appear on each page (of pagination). But I need it when I start looking for something I want the paging to cease...
asked by 23.12.2016 / 15:16
3
answers

Primefaces edittable edit does not send updated value to edit

I'm trying to perform an update through the editfile of the firstfaces, but it does not send the updated inputtext value to the bean. The process occurs almost correctly, the value is sent and updated, but the old value, already loaded into the...
asked by 09.10.2016 / 22:14
1
answer

Manipulating a dataTable JSF + PrimeFaces

How do I dataTable only be displayed after I click on Simulate Reply? When I load the page, dataTable logo first is already displayed, I do not even have any questions on it. I have a Command Button : <p:column header...
asked by 02.11.2015 / 02:32
1
answer

Data-Table does not work with Codeigniter

The page does not display the data-table, just the table created in codeigniter. Following codes CONTROLLER public function gerenciar(){ esta_logado(); set_tema('footerinc', load_js(array('data-table','table')), FALSE); //carrega arqui...
asked by 03.11.2015 / 17:51
1
answer

Layout of many columns with datatable

I have a problem with datatable layout. I ended up creating a very long component (if I'm not mistaken, about 25 columns). I need to move one of these columns (year) according to the scroll bar. Move with the bar I already managed, using p...
asked by 04.10.2015 / 13:40