Some discussion about datatables?

Some discussion about datatables?

anhtrueanhtrue Posts: 1Questions: 0Answers: 0
edited April 2010 in General
Hi allan and every one!

First , thanks you , allan for amazing plugin. I'm a newbie web development , and it helps me, teach me alot about javascript and jquery.

I have read your code a week but there is some problem , I can't pass by myself. May be my experience is too short.

1. How to add a new button into datatables(example: delete button) Or create a function to add more button for datatables.
- Before I create this topic, I tried to modify "fnDraw", "_fnReDraw", and some function of constructor section. But It won't work. I really don't know where to start .

2. How to clean header
- In your example, when you create a table, you have to show: how many column, name of column by write it on html page or call "aoColumns" object. I tried to modify your constructor and Init to create a datatables without header , but It won't work. I use Firebug and it show me an "nth" error.

Would you please show me the way to solved this problem.

Thanks
This discussion has been closed.