Skip to content

Conversation

@fazlurr
Copy link

@fazlurr fazlurr commented Oct 5, 2016

Integrate FixedColumns, so the FixedHeader can have FixedColumns

Add fixedColumns options to fixedHeader

fixedColumns: {
  isFixed: false,
  left: 0,
  right: 0
}

Example Options:
fixedHeader: {
  header: true,
  headerOffset: 50,
  fixedColumns: {
    isFixed: true,
    left: 2,
    right: 1
  },
},

Add options to FixedHeader

fixedColumns: {
isFixed: false,
left: 0,
right: 0
}

Example:
fixedHeader: {
header: true,
headerOffset: 50,
fixedColumns: {
isFixed: true,
left: 2,
right: 1
},
},
@DataTables
Copy link
Collaborator

This looks awesome - thanks! I'm afraid I'm wrapped up with other things at the moment, but I'll try to look into this as soon as I can.

@fazlurr
Copy link
Author

fazlurr commented Oct 5, 2016

Thanks..
I'm sorry i forgot to include the scroll sync code between the
dataTables_scroll and fixedHeader-scroll. I add the code manually in a
separate js file. And i forgot to add some CSS.

Maybe i can make some improvements and do pull request again.

I don't want to rush you, Big Thanks.

Synchronize scroll between dataTables_scrollBody and fixedHeader-scroll
@LeonardoGentile
Copy link

ping

@peterchrjoergensen
Copy link

Any chance for a merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants