TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ahmed elbarbary
NA
1.6k
277.9k
How to prevent totalCount Column from display ?
May 11 2020 10:03 PM
How to prevent totalCount Column from display on header and content on angular 7 ?
header col below is dynamic contain columns of headers as id ,name,totalCount
content body below is dynamic contain rows data for id and Name and totalCount
I need to prevent column totalCount from display on headercol and contentbody
so how to do that please
this
.headerCols = Object.keys(data2[0]);
console.log(
"header col"
+
this
.headerCols);
data2.forEach((item) =>{
let values = Object.keys(item).map((key)=> item[key]);
this
.contentBody.push(values);
console.log(
"contenet "
+ JSON.stringify(
this
.contentBody));
Reply
Answers (
2
)
when click page number on paging angular 7 it accumulate ?
Error : Invalid shorthand property initializer. Angular