You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use knoclout. And use typescript. I paste your code to my page and it doesnt work.
I add new variable to my model people = [ { firstName: "Mike", lastName: "Smith", age: 34 }, { firstName: "Ben", lastName: "Miller", age: 18 }, { firstName: "Rebecca", lastName: "Abbarno", age: 25 } ];
And paste your tablecode to my html page. I see table and data on my page. But when I click on header css is changing but data not sorting.
The text was updated successfully, but these errors were encountered:
Hi,
I use knoclout. And use typescript. I paste your code to my page and it doesnt work.
I add new variable to my model
people = [ { firstName: "Mike", lastName: "Smith", age: 34 }, { firstName: "Ben", lastName: "Miller", age: 18 }, { firstName: "Rebecca", lastName: "Abbarno", age: 25 } ];
And paste your tablecode to my html page. I see table and data on my page. But when I click on header css is changing but data not sorting.
The text was updated successfully, but these errors were encountered: