All Questions
Tagged with angular-datatables angular-ui-bootstrap
2 questions
0
votes
1
answer
70
views
Configuring a search field through Datatable on MEAN architecture
What is the best way to configure a search field on a table that was loaded from MongoDB using a Controller (MEAN architecture: MongoDB | Express | Angular | NodeJS)
I have a main page:
<section ...
1
vote
1
answer
1k
views
Angular JS Datatables row click event add dynamic AngularUI Tab
I wanted to do a browser like tabs but the event will be triggered inside a angular datatables (im using this one - angular-datatables). I have already setup the controller to listen on click per row ...