Replies: 2 comments 3 replies
-
Hello, We have recently updated the documentation to reflect deprecation of Angular way examples. This is to ensure users don't run into bugs when using the library. Please look at TemplateRef and Using Angular Pipes examples to refactor your implementation. I don't think you'll be able to use async pipe anymore because the rendering of content will be handled by datatables library and not Angular. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi there
Thank you for the quick response.
The issue is the template ref documentation is quite confusing to be honest.
Do i have to subscribe to the observable first and pass that data into the
ajax option. This is where things are not really clear as the code example
also contain so much more information.
Any assistance would be greatly appreciated
…On Tue, 07 Feb 2023, 06:42 Surya Teja K, ***@***.***> wrote:
Hello,
We have recently updated the documentation to reflect deprecation of
Angular way examples.
This is to ensure users don't run into bugs when using the library.
Please look at TemplateRef and Using Angular Pipes examples to refactor
your implementation.
I don't think you'll be able to use async pipe anymore because the
rendering of content will be handled by datatables library and not Angular.
—
Reply to this email directly, view it on GitHub
<#1714 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALJP5WSJ4C6IAIZHUX32EALWWHHEFANCNFSM6AAAAAAUTAUUKA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there
I use firebase as a backend so i get all the data through the AngularFire package.
How do i implement this table using an async pipe or "the angular way" as the documentation is very confusing.
everything works when using an async pipe and ngFor except pagination and the suggested click event
HTML FILE
TS FILE
Beta Was this translation helpful? Give feedback.
All reactions