Questions tagged as 'angular-datatables'

1
answer

how to implement the Datatable in Angular 4

I'm trying to implement the data table in angle 4 and I'm dying in the attempt I do not understand what I'm doing wrong my component: export class ViewComponent implements OnInit{ public title : string; public rol : Roles; // pu...
asked by 14.08.2017 / 03:56
1
answer

Perform a reload to a datatables

Good afternoon, I need to know how I can apply a reload to a datatable in typescript with Angular 2, options = { dom: "Bfrtip", ajax: (data, callback, settings) => { this.servicioUsuarios.getUsuarios().subscribe(data => {...
asked by 20.06.2017 / 01:31
1
answer

How to use html in this way that filled the table, AngularJS?

In this way I show the records in the table, I use angular-datatable.js. Example of how the information shows the table: 'ID' 'USER' 'NAME' EMAIL '' TELEPHONE '' STATE '' CREATED '' ACTIONS ' '1' 'admin' 'Administrator' '[email protected]...
asked by 20.03.2017 / 02:38
1
answer

How to correctly display the Bootstrap style in DataTables?

The style is not applied correctly on my page, I am sure of the order I gave to the CSS and scripts styles. But even so they still do not work even if I base myself on the same examples of the Angular-Datatables page. As you can see in th...
asked by 18.03.2016 / 20:32
0
answers

How to enable PDF and Excel button for datatables

I am using datatable with AngularJS and I have a problem which is that the PDF button and to export Excel are not displayed, while others such as Print and Copy work correctly. Here's the js code where I define the buttons I want to use...
asked by 17.10.2018 / 00:17
0
answers

Error with datatable and ng-repeat-start and ng-repeat-end

In the system that I am developing I have a table where I use the ng-repeat-star / ng-repeat-end function of angularjs, the objective is that when giving click on a row of the table to show information that is hidden (additional rows are cre...
asked by 04.10.2018 / 17:41
0
answers

It does not show the results in my datatables in angular

Following this example : categoria.component.html <blockquote>Please click on a row</blockquote> <p class="text-danger">You clicked on: <strong>{{ message }}</strong></p> <br /> <tab...
asked by 20.09.2018 / 18:12
0
answers

How to import primeng component in several Angular modules?

Greetings community, I'm trying to import primeng components in two different modules and I get error:    Error: Uncaught (in promise): Error: Template parse errors and in general when I import a component that is in another module that e...
asked by 19.09.2017 / 01:31