angular-2-data-table-demo icon indicating copy to clipboard operation
angular-2-data-table-demo copied to clipboard

Demo application and examples for the Angular 2 data table (https://github.com/ggmod/angular-2-data-table)

Results 21 angular-2-data-table-demo issues
Sort by recently updated
recently updated
newest added

I have tried to get datatable working but get this error PathwayDetailComponent.html:1 ERROR TypeError: Cannot read property 'selectedRow' of undefined at Object.View_PathwayDetailComponent_2.co [as updateDirectives] (PathwayDetailComponent.html:1) at Object.debugUpdateDirectives [as updateDirectives] (vendor.dll.js:13234)...

Hi, I'm using the component and it's working, except for the pagination. Follow my component class: `import { DataTableResource } from "angular-4-data-table";` import { UserList } from "./../../models/userList"; import {...

Hi all, below is my result JSON from api. how to bind this data to Datatable please help me . [{"Building":"B85","DeviceID":"402072","PumpNo":3,"EventDateTime":"2017-01-30T23:16:00"},{"Building":"B85","DeviceID":"402072","PumpNo":6,"EventDateTime":"2017-01-30T23:17:00"},{"Building":"B85","DeviceID":"402072","PumpNo":7,"EventDateTime":"2017-01-30T23:17:00"},{"Building":"B85","DeviceID":"402072","PumpNo":8,"EventDateTime":"2017-01-30T23:09:00"}]

How to configure responsive data-table ?!

I tried to use this package in angular 5 but got error: Can't bind to 'pagination_limit' since it isn't a known property of 'data-table'. 1. If 'data-table' is an Angular...

This module is NOT supported, and does NOT run with a clean pull. ng build --prod fails It is written incorrectly and the 'is not an NgModule' is a sign...

core.es5.js:350 Uncaught reflect-metadata shim is required when using class decorators Man there is like 6 versions of this angular data table and if you read the documentation for 4 its...

I am trying to use pagination feature, but I have an issue with moving to next page, it always increase 2 in each step {offset: 0, limit: 2} {offset: 2,...