Viewing 1 replies (of 1 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hello,
    Yes, with the Lite wpDataTables it is possible to create Tables in WordPress based on serialized PHP arrays.
    It is important to use the format of your PHP serialized array which our Plugin will accept.

    The format of the serialized array should be the following: 2D-array, where the parent level is an indexed array, and the second level is an associative array. Parent array entries will be parsed as rows, child array keys will be parsed as column headers, and child array values as cell values.

    Please check more details on how it works on this Documentation.
    Let us know if you have any further questions.

    Kind regards.

Viewing 1 replies (of 1 total)

The topic ‘Create table from code ?’ is closed to new replies.