Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added partial data rows, partial column names and type + data_changed event #5

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

oscarlocatelli
Copy link

@oscarlocatelli oscarlocatelli commented Sep 4, 2017

I've modified the code to enable headerCols, row_templates to be also partials (define templates for first cells, others will be 'text') and to not disable column adding.

Also data rows could be partials, not all with the same length.

I've added fixed_rows and fixed_cols options to hide add/remove cols and rows buttons.

In shadow7853.html ther is my example 4 EDITED demo, you can delete it, I've also edited your index.php.

I've added also a data_changed event, triggered when anoyone change value of the input, select or textarea in the table (is triggered also on 'enter' keydown to preceed post action).

Thank'you for original code.

@oscarlocatelli oscarlocatelli changed the title Added partial data rows, partial column names and type Added partial data rows, partial column names and type + data_changed event Sep 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant