Table Wizard button not shown on toolbar with latest version

1 Answer 42 Views
Editor
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Bob asked on 20 Sep 2023, 09:04 PM

On the Kendo demo page, create a table and place cursor in cell.  The table wizard button used to be displayed on the toolbar, but now is not visible.

Demo All Tools

Is this a bug, or was the feature removed?

Bob
Top achievements
Rank 3
Iron
Iron
Veteran
commented on 20 Sep 2023, 09:17 PM

I see that the name changed from tableWizard to tableProperties in the table demo.  Is that the new name?

1 Answer, 1 is accepted

Sort by
1
Accepted
Zornitsa
Telerik team
answered on 25 Sep 2023, 11:53 AM

Hi Bob,

Indeed, your assumption about the Table Wizard button is correct, i.e. it is now replaced by two separate buttons with their own dialogs - Table Properties and Cell Properties. They correspond to the Table and Cell tabs, previously displayed in the Table Wizard dialog.

Thus, in order to be displayed in the toolbar when a table cell is focused, they should be initialized as two separate tools in the configuration of the Editor:

$("#editor").kendoEditor({
     tools: [
          "tableProperties",
          "tableCellProperties",
          "createTable"
     ]
});

For a better understanding, aside from observing the Table Editing demo you mentioned, below I am linking a small Dojo example, in which you can examine only the two described tools:

Hope that the provided information would be helpful. Please inform me in case you have more questions.

Regards,
Zornitsa
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Tags
Editor
Asked by
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Answers by
Zornitsa
Telerik team
Share this question
or