Join the Stack Overflow Community
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

I am new to AngularJs and i want to implement a data-table like we do in JQuery for that i came across Louis Lin Angular-datatable i have copied the html and JS as is from the site , but still i am unable to use it properly for example

For 'with-options' section their implementation shows like

Theirs

Mine looks like

Mine

Am i missing something , please let me know if there is any complete example of using this datatable.
Also i see error message in console like
TypeError: this.renderDataTableAndEmitEvent is not a function, is there some problem with this library.

share|improve this question
    
We need to see your code - no one can tell what exactly you have missed without that :) There is no particular problems with angular datatables. When you meet a new project (hosted on github) is a good idea always to check out the issues section - it quickly becomes clear if the project is seriously maintained and uptodate. – davidkonrad Mar 10 at 13:46
    
@davidkonrad : yes correct,Thanks for your input. Actually the error was in imports ordering for the JS files.I am attaching the file with the corrected code. – Anand j. Kadhi Mar 13 at 13:54
up vote 0 down vote accepted

The actual problem was with the ordering of the imported JS files due to which i was getting

Datatables.renderer module is missing.

I have found a workaround and nice working solution from this Plunker

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.