Support » Plugin: Tabulate » Format=form dont work when…

  • Resolved jmparatte

    (@jmparatte)


    the ID field is not named ID !

    And in page: [tabulate table=t1 search=yes]

    For example, I was using :

    CREATE TABLE t1 (
    f1 INT(11) NOT NULL AUTO_INCREMENT,
    f2 CHAR(255) NULL DEFAULT NULL,
    PRIMARY KEY (f1)
    )
    COLLATE=’utf8mb4_general_ci’
    ENGINE=MyISAM
    AUTO_INCREMENT=4
    ;

    Finally I found that renaming the PK field to ID solve the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Format=form dont work when…’ is closed to new replies.