• Resolved oscare

    (@oscare)


    I started this conversation a few months ago and then I left this project for something else, but now I am back on this issue.
    My very basic, initial question:
    If I have:

    [wp-datatable id=”table1″]
    responsive: true
    [/wp-datatable]

    Where is “table1” supposed to exist? it should be already in the page, in the html?
    That becomes a more important question if I am generating the json from a database

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author samsk

    (@samsk)

    Hi,
    yes, table with id “table1” should already exists, probably already filled with data, or only as empty element for loading them later via datatables xhr request.

    Thread Starter oscare

    (@oscare)

    So, the ID is coming from some <table id=”example”> element?

    Plugin Author samsk

    (@samsk)

    Exactly

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