Description: Inserting a table is missing. Add the ability to insert a new table and to manipulate the table (add/delete rows/columns, merge cells) Related UNO commands: Insert table with ".uno:InsertTable" with parameters { 'Columns': { 'type': 'long', 'value': 6 }, 'Rows': { 'type': "long", 'value': 10 } } Delete Table: ".uno:DeleteTable" Delete Columns / Rows: ".uno:DeleteColumns" and ".uno:DeleteRows" Insert Columns / Rows: ".uno:InsertColumns" and ".uno:InsertRows" This task also needs modifying the UI - specifically add the actions to the bottom tool bar. Steps to Reproduce: . Actual Results: . Expected Results: . Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0
I am working on this now. Isn't there icons for table options like: - insert/delete table - insert/delete row above/blew - insert/delete column right/left Also What are the UNO commands to select inserting (rows) above or blew and (columns) right or left?
Setting Assignee back to default. Please assign it back to yourself if you're still working on this issue
Mert Tümer committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ea62d02cedd7b6c90ebcb0ce73e30dc6ddd342c8 [Pardus] tdf#106371 ability to insert/delete tables Android Viewer It will be available in 6.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
A polite ping to Mert Tümer: Is this bug fixed? if so, could you please close it as RESOLVED FIXED ? Otherwise, Could you please explain what's missing? Thanks