Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7998643
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T15:16:03+00:00 2026-06-04T15:16:03+00:00

I am using the jQuery plug-in Datatables , is it possible to change the

  • 0

I am using the jQuery plug-in Datatables, is it possible to change the order of the columns without changing the source data?

Here is an Example of what I have now.

Currently it is LicenseNumber, FirstName, LastName
I would like it to be FirstName, LastName, LicenseNumber

Is there a parameter I can add to the datatable setup?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T15:16:05+00:00Added an answer on June 4, 2026 at 3:16 pm

    Not entirely sure I’ve understood the question, but this might be of use:

    (1) DataTables has a ColReorder plugin.

    http://datatables.net/extensions/colreorder/

    In the link above, you can select a column with your mouse and then drag the column to a different position in the table.

    In another example of using the ColReorder plugin, you can predefine your
    column order, as stated on the datatables site:

    http://datatables.net/release-datatables/extensions/ColReorder/examples/predefined.html

    ColReorder provides the ability to specify a column ordering which is
    not that of the HTML (which typically you will want) through the
    parameter oColReorder.aiOrder. This is an array of integers with the
    column ordering you want.


    (2) I believe you could also make use of aoColumnDefs and mDataProp if your data was an array of objects. (also see http://datatables.net/usage/columns)

    ...
    "aoColumnDefs": [
        { "mDataProp": "FirstName", "aTargets": [ 0 ] },
        { "mDataProp": "LastName", "aTargets": [ 1 ] },
        { "mDataProp": "LicenseNumber", "aTargets": [ 2 ] }
    ],
    ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the jQuery disable on submit plug-in but I have a problem.
I'm using jQuery datatables plug-in on my HTML Table. I wanted to know how
I'm using the jQuery DataTables plug-in for my HTML table. Is there a way
So I am using a jquery plug in that allows me to change the
I'm using this jQuery plug-in for throttle support. I have a text input variable
I am using older JQuery Autocomplete plug-in (the one shown here - http://view.jquery.com/trunk/plugins/autocomplete/demo/ ).
We're using the jQuery DataTables plug-in . The plug-in seems to be quite a
I am using jQuery templates and the dataTables plug-in to create grids in my
I have done drag and drop work using with jquery plug-in, Jquery: $(document).ready(function() {
I have been using the DataTables plugin for jQuery (http://www.datatables.net) to search, sort and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.