• Hi,

    The option ‘auto increment number column’ seems to work only for the first page of my table, But if I click page two of my table the # column shows ‘undefined’ and continues to show this on subsequent pages, please advise, thank you.

    I’m using the latest version of your plug, some more info below (SQL of CREATE TABLE), I have elected to not show the ‘id’ column in my shortcode and I sort the data by ‘score’ descending

    CREATE TABLEscores (
    id int(10) unsigned NOT NULL AUTO_INCREMENT,
    name varchar(3) NOT NULL DEFAULT ‘GAL’,
    score int(8) unsigned NOT NULL DEFAULT ‘0’,
    level varchar(15) NOT NULL DEFAULT ‘ALPHA’,
    PRIMARY KEY (id)
    ) ENGINE=MyISAM AUTO_INCREMENT=107 DEFAULT CHARSET=latin1 COMMENT=’test’;

    https://www.ads-software.com/plugins/custom-database-tables/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter b4gm4n

    (@b4gm4n)

    I had ‘To Use the Ajax for loading the table data if checked.’ checked, unchecked and my problem is solved.

    Plugin Author ka2

    (@ka2)

    Thank you very much for reporting.

    Sorry, there are occurred several troubles currently when using the ajax option. I’m going to fix some bugs of handling of ajax on the next version. Please leave uncheck the ajax option until then.

    Thank you,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘auto increment number column (undefined) on page next’ is closed to new replies.