Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Ivan,

    changing row heights is possible via CSS code to some degree.
    In most cases, it is not necessary or the correct approach to set the row heights directly, though! Instead, you will want to reduce the padding (the white space between the text in a cell and the edges of a cell), with CSS code like

    .tablepress-id-123 thead th,
    .tablepress-id-123 tbody td {
    	padding: 4px;
    }

    If you post the link to the page with your table, I’ll gladly take a look to see what the best approach is for your table.

    Regards,
    Tobias

    Thread Starter mitwordpress

    (@mitwordpress)

    Tobias, Thank you for your help.
    I have now another “problem”. When I try to click/drag row for one place to another I can not do that.
    Its said: WARNING – unresponsive script
    Script might be to busy or…
    Funny is that just couple days ago works fine but now when I made some text changes and would like to “move” rov from one place to another I can not do that ??

    Thank you for your help.
    Ivan

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Ivan,

    sorry for the trouble.

    This can happen in really large tables, with many thousand fields. The browser can then not manage this with the available memory.
    My suggestion is to try this again in Google Chrome, which, in my experience, is the fastest browser with this, and which handles this the best.

    If that’s also not possible, I’m afraid that your table is too big to be managed on the “Edit” screen of TablePress. You should then export the table to CSV format, open that file in Excel, make your changes there, and re-import the file into TablePress again (replacing the current version).

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Row Height is to big’ is closed to new replies.