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

Ignore a row #103

Closed
helgatheviking opened this issue Jul 17, 2013 · 5 comments
Closed

Ignore a row #103

helgatheviking opened this issue Jul 17, 2013 · 5 comments

Comments

@helgatheviking
Copy link

Is there a way to exclude a row from the FooTable collapsing magic? For example, I've got a bottom row (I could make this in if that would help) that spans all the columns and needs to always be visible.

@bradvin
Copy link
Member

bradvin commented Jul 17, 2013

this is similar to #100

I am currently working on supporting these types of rows and will hopefully have a working demo out in the next day

@helgatheviking
Copy link
Author

Cool! For the time being, I got around this by creating an empty first column, and putting display: none !important; on it. Since this column doesn't have the data-hide attribute, the bottom spanning row stays visible, but the column doesn't take up any space since I'm not displaying it.

@bradvin
Copy link
Member

bradvin commented Sep 14, 2013

if you add class="footable-disabled" to the row then FooTable will ignore it.

check out the data-attributes demo where this is used

@bradvin bradvin closed this as completed Sep 14, 2013
@maxshuty
Copy link

maxshuty commented Feb 8, 2018

@bradvin Has footable-disabled been deprecated or replaced with something else in newer versions?
Thanks

@zebwoy
Copy link

zebwoy commented Mar 17, 2024

@bradvin Has footable-disabled been deprecated or replaced with something else in newer versions? Thanks

I needed help on this exact problem. when I am applying footable-disabled class to the row which i want to be excluded from footable, it's not working.

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

No branches or pull requests

4 participants