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

Table with more than 10 rows #450

Closed
Lednerb opened this issue Jun 21, 2014 · 3 comments
Closed

Table with more than 10 rows #450

Lednerb opened this issue Jun 21, 2014 · 3 comments

Comments

@Lednerb
Copy link
Contributor

Lednerb commented Jun 21, 2014

Hello,

it is not possible to insert a table with more than 10 rows via the WYSIWYG frontend.

Maybe you can add a "Custom Table" Button / Modal, so the user can set the amount of rows and columns?

Best regards,
Lednerb

@patrick-radius
Copy link

Or have the max cells/rows be set by the developer when initialising summernote would be great

hackerwins added a commit that referenced this issue Jun 29, 2014
@hackerwins
Copy link
Member

@Lednerb, @pradius-fut

// insertTable max size
insertTableMaxSize: {
  col: 20,
  row: 20
},

@patrick-radius
Copy link

👍 super, thanks!

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

No branches or pull requests

3 participants