Questions tagged [teradata-covalent]

Teradata Covalent is a UI platform built on Angular + Material Design

The Covalent UI platform is designed to be used on top of Angular & Angular Material. It includes components, services, and styles to simplify Angular development.

Features

  • Layout components
  • UI Components
  • Code/Markdown editors and parsers
  • Port of AngularJS Material flex layout directives
  • Utility CSS styles
  • QuickStart example app

Useful Links

39 questions
11
votes
4 answers

How to maintain vertical scroll when updating Angular 5 data table?

I'd like to frequently update my data table (Covalent td-data-table with several ng-template) with new data pulled from a JSON REST API. More rows than will fit on browser so user may need to scroll vertically. But when I update the data in the…
bunt
  • 302
  • 2
  • 13
  • 25
6
votes
2 answers

Angular 4 Routing - All Routes are redirected to Default Route

I've setup a simple routing for my angular 4 app that consists of a sidemenu created using Tetradata Covalent and Angular Material i'm using this Angular 2/4 Authentication tutorial to handle login, however all child router links are redirecting to…
Isaac Obella
  • 2,613
  • 2
  • 16
  • 29
3
votes
1 answer

teradata-covalent Data Table rerender data on scroll and page works slowly angular 2+

I'm using Angular 2+ and Teradata covalent Data Table in my project. I have table that has a lot of columns and 50 rows. For some reasons in html code I see only about 12 rows and scroll. When I scroll it's rerender data and show other 12 rows, so…
A. Gladkiy
  • 3,134
  • 5
  • 38
  • 82
2
votes
1 answer

Pass ng-template into component

I am facing the problem, that I need to pass multiple ng-template into another component as a template, example:
2
votes
1 answer

Expandable table rows td-datatable teradata Covalent

I have been using Teradata Covalent Datatable for my table structure needs and it has been great and simple till i needed to create an expandable table row. I have searched and found that it's possible with mat-table directly using angular material…
Isaac Obella
  • 2,613
  • 2
  • 16
  • 29
1
vote
0 answers

A character string failed conversion to a numeric value: Teradata insert

I am trying to execute the insert statement in teradata and getting the error message 'A character string failed conversion to a numeric value' INSERT INTO USS_LOAD.RX_CLAIM (RX_CLAIM_PRCSR_PRTY_ID,RX_CLAIM_PRCSR_ORGN_NM,…
1
vote
1 answer

How to throw an error if markdown editor left empty in the form?

I have used a markdown editor in my angular HTML file form as follows: In the form, if we leave the description empty, it should throw up an error. Any…
user9718365
1
vote
0 answers

'ng serve' failure on Covalent Quickstart under Windows

I am trying to serve Covalent Quickstart on windows but get an error indicating that there is no such file or directory, all details below. Any insight greatly appreciated:) Executing 'ng serve' on windows 10 results in the following error…
Del
  • 61
  • 1
  • 9
1
vote
1 answer

How to set values for TdDynamicFormsComponent in teradata covalent

I want to set values in the form on my edit page then i can be able to edit. public formElements = [ { name: 'market', type: TdDynamicElement.Input, label: 'market', required: true, flex: 50 }, { name:…
Eng xtian
  • 319
  • 5
  • 14
1
vote
1 answer

Teradata Covalent datatable (sortChange) output doesn't sort table columns

I am trying to make all columns of a Teradata covalent datatable sortable. I am using the atomic table components as I have to add action buttons to the table. As far as I understand from the documentation the (sortChange) output is used to call a…
user2094257
  • 1,645
  • 4
  • 26
  • 53
1
vote
0 answers

How to fix CSS errors from Teradata Covalent Templates?

I am using a Covalent Template for the first time for my first Angular application. I downloaded the Dashboard template from https://stackblitz.com/edit/covalent-dashboard-ynyp1w?file=main.ts and tried to customize it, when I saw this error: The…
NaN
  • 8,596
  • 20
  • 79
  • 153
1
vote
2 answers

How to remove duplicated scrollbar in Angular Covalent templates?

I am super new to Angular 4. I've onlçy created few projects with AngularJS. I started using Teradata Covalent Framework to build front-end structure and focus on building the menu content and card lists for a Catalog Web App. I downloaded this full…
NaN
  • 8,596
  • 20
  • 79
  • 153
1
vote
1 answer

Covalent datatable error: cannot read property 'name' of undefined

I recently started using covalent datatable's atomic components as I hav to display a custom column with action buttons. Right now I am just trying to bind/display my data but something is going wrong. I get the following…
user2094257
  • 1,645
  • 4
  • 26
  • 53
1
vote
1 answer

How to handle a double click on covalent datatable

I recently started using Teradata covalent datatable after giving up on getting angular/material datatable to work... I am trying to handle a double click on a specific row of the datatable but have no idea where to start. How can I access the row…
user2094257
  • 1,645
  • 4
  • 26
  • 53
1
vote
0 answers

Cannot read property 'get' of undefined in angular4 mean api

I am getting an error of Cannot read property 'get' of undefined TypeError: Cannot read property 'get'. Which needs to post some data from an endpoint to the table as illustrated on the example from the GitHub. Here is the api service that I call…
G B
  • 2,323
  • 3
  • 18
  • 32
1
2 3