tablemaker icon indicating copy to clipboard operation
tablemaker copied to clipboard

A user-definable table field type for Craft CMS

Results 19 tablemaker issues
Sort by recently updated
recently updated
newest added

It would be useful if `{{ entry.myTableField.table }}` would allow to pass a parameter which adds a class to the outputted table-element: ``` twig {{ entry.myTableField.table("className") }} ```

feature request

This plugin is absolutely great, thank you for sharing it! One suggestion I have is to add a way to check if the table is actually used. Right now the...

feature request

### What are you trying to do? Would it be possible to restrict what options available in the field type drop-down? I currently have no need for Checkbox, Colour, and...

feature request

### Describe the bug When using the Date and Time fields in TableMaker, any previous values added get wiped if I make any changes to the Table Columns. Times I...

### What are you trying to do? Would like to have the option to have cells span columns ### What's your proposed solution? An icon in each cell that when...

feature request

### Question For now I think I can only get `rows` via graphql and this will return the value and not the label. Is it also possible to retrieve the...

question

### Describe the bug I have a table that looks like: And if I clone the table (without changing anything (no keys, no values) and save the post, I get:...

### What are you trying to do? It would be nice if the table field provided a native caption field which can be optional, if you wanted to the ``...

feature request

### What are you trying to do? Right now clicking on the Delete "X" for a column deletes the column and the data immediately. ### What's your proposed solution? 1....

feature request