• oskarmothander

    (@oskarmothander)


    “Enclosure will not work on first cell of a row”
    – This is really a bummer, shouldn’t be too hard to fix I couldn’t imagine (I’m a programmer too).

    BTW: Why not use something less common than comma to separate columns?? For example | or ; ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author takien

    (@takien)

    Hello oskarmothander
    Because the idea is coming from CSV, so I want to preserve the comma.
    And… for that matter you can also use custom separator, ie. | or ;
    this is a built in feature. use [table separator=”|”] blah|blah|blah[/table]

    for the first cell bug, It’s not always happened. just on some servers or something. So it rather hard to debug.

    Thanks for your review, anyway ??

    Thread Starter oskarmothander

    (@oskarmothander)

    Ah I see, didn’t see that! Sorry.

    Maybe you’ve used php features/functions/code that isn’t supported in older/newer versions of php?

    Have you tried evaluating your code in diffrent versions and see if errors appear, try: https://sandbox.onlinephpfunctions.com/ with diffrent versions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Close but no cigar’ is closed to new replies.