tfoot with colspan
I have a tfoot with a colspan and the dragtable is behaving very weird .. the columns go underneath each other and rows are swapping too
Thanks the the report! Currently there isn't support col or rowspan. It's something I would like to take on, if there is a demand for it and I have a chunk of time. What the use case for using colspan in your table?
On Wednesday, June 19, 2013, flip111 wrote:
I have a tfoot with a colspan and the dragtable is behaving very weird .. the columns go underneath each other and rows are swapping too
— Reply to this email directly or view it on GitHubhttps://github.com/jebaird/dragtable/issues/10 .
Jesse Baird jebaird.com | @jesse_baird http://twitter.com/jesse_baird
The table footer is used to give a description of the table. In my particular case the table is a preview (and thus has a limited amount of rows) of a much larger table, the footer has the message "this is a preview of 20 rows, click here to download the full table"
Interesting, so it sounds like if the user were to drag a col you are wanting the footer to be moved with it? I'm assuming that you have the footer colspan= the number of cols in the table. Is this the case?
On Thu, Jun 20, 2013 at 3:36 PM, flip111 [email protected] wrote:
The table footer is used to give a description of the table. In my particular case the table is a preview (and thus has a limited amount of rows) of a much larger table, the footer has the message "this is a preview of 20 rows, click here to download the full table"
— Reply to this email directly or view it on GitHubhttps://github.com/jebaird/dragtable/issues/10#issuecomment-19781412 .
Jesse Baird jebaird.com | @jesse_baird http://twitter.com/jesse_baird
the colspan has the amount of columns... The footer "bar" is just used as a description of the whole table, and therefor should not move when dragging columns.
Alright, I'll take a look into what it would take to add support for col/row span. I should have some time in the next month or so. Thanks!
On Fri, Jun 21, 2013 at 11:27 AM, flip111 [email protected] wrote:
the colspan has the amount of columns... The footer "bar" is just used as a description of the whole table, and therefor should not move when dragging columns.
— Reply to this email directly or view it on GitHubhttps://github.com/jebaird/dragtable/issues/10#issuecomment-19826081 .
Jesse Baird jebaird.com | @jesse_baird http://twitter.com/jesse_baird