Paging option is not showing in data table.Due to column hiding buttons.

Paging option is not showing in data table.Due to column hiding buttons.

Aman vermaAman verma Posts: 1Questions: 1Answers: 0
edited November 2019 in Free community support
buttons: [ {
        extend: 'colvis',
        columnText: function ( dt, idx, title ) {
            return (idx+1)+': '+title;
        }
    } ]

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.