question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

in tabulator when using remote pagination,data is not setting in my table.any one pls help

See original GitHub issue
$("#datatabledivTid").tabulator({
        height: "311px",
        layout: "fitColumns",
        placeholder: "No Data Set",
        columns: [
            {title: "title", field: "title", width: 200},
            {title: "type", field: "type", align: "right"},
            {title: "table_name", field: "table_name"},
            {title: "widget_id", field: "widget_id", align: "center", width: 100}
        ],
        pagination: "remote",
        ajaxConfig: "POST",
        ajaxURL: "/mvinsight/ChartConfigService1",
        paginationSize: 10,
        layout:"fitColumns",
                responsiveLayout: true

    });

reponse is coming in browser but not attching to table

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mishavthomascommented, Apr 6, 2018

@olifolkerd Hey, I got it .thanks a lot Cheers

0reactions
olifolkerdcommented, Sep 12, 2018

Hey @manikantareddy18

This issue has been closed, please create another issue if you are having trouble.

As a starter i would suggest having a look at your debug console and seeing what request is being sent to the server.

I hope that helps,

Cheers

Oli 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pagination
When working with remote ajax pagination the table does not know how exactly how many total rows are available, because it only loads...
Read more >
Error with Remote Pagination in Tabulator 5.0
My tabulator 5.0 table works fine. But when I attempt to use remote pagination it no longer works at all. var table =...
Read more >
Issues with pagination in Tabulator - Panel
When using the Bootstrap template and setting pagination='remote' , changing the page_size to any value above 20 causes pagination to not be ...
Read more >
DataTables example - Feature enable / disable
Name Position Office Age Start date Salary Tiger Nixon System Architect Edinburgh 61 2011‑04‑25 $320,800 Garrett Winters Accountant Tokyo 63 2011‑07‑25 $170,750 Ashton Cox Junior Technical...
Read more >
Easy Data Table Generator with JSON - Tabulator
Tabulator is a feature-rich jQuery plugin used for generating simple or complex data tables from any JSON data.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found