1

I'm experimenting with ngx-datatables (Angular2) and have what I think is a simple question ... How do I add an additional 'actions' column - you know the column which is typically the last column in a table (aka after the data) which contains 'action' links (i.e. 'edit', 'delete', etc ...) ?

I've got the demo's running locally - so if there'a a demo in the project's demo - just direct me there.

Thanks Dave

1 Answer 1

1

If you specify one ngx-datatable-column, you will have to specify them all. That is why everything works fine in case of no explicit column.

It should work fine if you add the other columns explicitly - no need to add the template:

..

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.