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

Add Tables number Row And Collumns #634

Open
richierh opened this issue May 15, 2024 · 1 comment
Open

Add Tables number Row And Collumns #634

richierh opened this issue May 15, 2024 · 1 comment
Labels
Type: Enhancement New feature or functionality change

Comments

@richierh
Copy link

I want to know if there is a way to make template of creating Table available for certain number of row and collumns without changing the default template . I want to have other template of tabling with certain number of rows and collumns

@richierh richierh added the Type: Enhancement New feature or functionality change label May 15, 2024
@vsalvino
Copy link
Contributor

Our table block is currently not customizable. It is actually a very thin wrapper around the stock Wagtail table block:

class TableBlock(BaseBlock):
table = WagtailTableBlock()
class Meta:
template = "coderedcms/blocks/table_block.html"
icon = "table"
label = "Table"

I'd recommend looking into the Wagtail Table block, and possibly try asking on the Wagtail slack channel (https://wagtail.org/slack/) to see if others have had success customizing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or functionality change
Projects
None yet
Development

No branches or pull requests

2 participants