question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Render on server e.g. integrate into angular universal?

See original GitHub issue
[ x] feature request
[ x] support request => Please do not submit support request here

Is it possible to use this component with project like angular universal and render the tables already on the server. And on the client using the sorting and filtering stuff? I tried to integrate it into my universal project without success, because the component of course is accessing the window document object.

Any solutions or ideas on that or is it not supposed to do this?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:32 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
PatrickJScommented, Oct 6, 2016

I can help with some advice on this

2reactions
amcdnlcommented, May 5, 2017

Can you PR that back plz?? @scotteby

Read more comments on GitHub >

github_iconTop Results From Across the Web

Server-side rendering (SSR) with Angular Universal
Easily prepare an application for server-side rendering using the Angular CLI. The CLI schematic @nguniversal/express-engine performs the required steps, as ...
Read more >
Angular Universal: Complete Practical Guide
This post will be a complete practical guide for getting started with Angular Universal. We are going to go start with an existing...
Read more >
Angular Universal & Server-side rendering Deep-Dive - Medium
Angular Universal is the process of server-side rendering (SSR) your application to HTML on the Server (ie: Node.js).
Read more >
How To Use Angular Universal for Server Side Rendering
With Angular Universal, the server will pre-render pages and show your users something, while the client-side app loads in the background.
Read more >
Angular Universal - server-side rendering for Angular.
Angular Universal also known as server-side rendering is tool which allows server to pre-render Angular application while user hits your website for first ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found