Skip to content

Fixed Column Integration#85

Open
fazlurr wants to merge 2 commits into
DataTables:masterfrom
fazlurr:fixedcolumn
Open

Fixed Column Integration#85
fazlurr wants to merge 2 commits into
DataTables:masterfrom
fazlurr:fixedcolumn

Conversation

@fazlurr

@fazlurr fazlurr commented Oct 5, 2016

Copy link
Copy Markdown

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
Copy Markdown
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

fazlurr commented Oct 5, 2016

Copy link
Copy Markdown
Author

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
Copy Markdown

ping

@peterchrjoergensen

Copy link
Copy Markdown

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