user236501
user236501

Reputation: 8648

HTML/CSS/JS dragging table column

I would like to implement a table in JSP page which is something similar to this Click Here To View.

So I can drag the table column from start date to end date and pop up a form. Could you all please suggest me how can I do that in JSP.

Upvotes: 2

Views: 413

Answers (1)

mkoryak
mkoryak

Reputation: 57938

i have built a draggable column data table in js before. If you do end up doing this instead of using an existing implementation...

i have really good advice: use fixed table layout, or you will not succeed.

Upvotes: 1

Related Questions