surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.13k stars 805 forks source link

Make column headers floating #1376

Open ashygk opened 6 years ago

ashygk commented 6 years ago

Are you requesting a feature, reporting a bug or asking a question?

question, feature

What is the current behavior?

When I add multiple columns for my matrix dynamic, I would like to have my column headers and Add button floating because it doesn't make sense which field are you filling.

What is the expected behavior?

The column headers should be visible irrespective of how many columns are being added.

How would you reproduce the current behavior (if this is a bug)?

Provide the test code and the tested page URL (if applicable)

Tested page URL:

Test code

your_code_here

capture1 capture2

Specify your

tsv2013 commented 6 years ago

The fixed row/column headers seems a great feature for me. But it can require rather large amount of work in general case. I've created a local CSS solution for you - https://plnkr.co/edit/UJucsDmXjbPH89U3IjuP?p=preview. Does it fit your needs?