Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make resizable-handle computed height exclude tfoot? #1386

Closed
no3rdw opened this issue Apr 14, 2017 · 3 comments
Closed

Make resizable-handle computed height exclude tfoot? #1386

no3rdw opened this issue Apr 14, 2017 · 3 comments

Comments

@no3rdw
Copy link

no3rdw commented Apr 14, 2017

When using the resizable widget, the handles extend over the table's footer which often contains paging controls. If the handle overlaps the paging controls, the paging controls do not function when clicked.

When searching for this issue I found a jsfiddle posted by Mottie when which highlights it perfectly:
https://jsfiddle.net/Mottie/Lq0re9s3/1/

In that example, the column headers are displayed in the tfoot as well, and I see how having the handle extend over them would be helpful. Maybe use an optional class on the row within the tfoot to decide whether to include the row's height in the resizable-handle height?

@Mottie
Copy link
Owner

Mottie commented Apr 14, 2017

Hi @no3rdw!

Good point! I'll add a new resizable_includeFooter option in the next update.

@Mottie
Copy link
Owner

Mottie commented Apr 14, 2017

This new option is available in the master branch. Once issue #1384 has been resolved, I'll release the next patch.

@no3rdw
Copy link
Author

no3rdw commented Apr 14, 2017

Wow, now that's good service! ;) Thanks so much for the super-fast response, Mottie!

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

No branches or pull requests

2 participants