Issue with responsivPriority
Issue with responsivPriority
Hi,
sorry for still being on 1.11.4 / BS4 with responsive e.a. :-p
But, for today, I would not wan to upgrade because this means a full regression test of the UI.
And I want to fix this bug this week )
I have found some issues:
1) responsivePriority (used in columns) seems to be ignored
especially the first field being removed when downsizing the browser is only sometimes the last,
whatever I put into responsivePriority (1,2,3,3,3,3,3) or (1,200,300,300,...) or (1,2,3,4,5,6,7).
I cannot see any cause to this in my config.
Had there been an issue with this in 1.11.* ?
Answers
This is from the
columns.responsivePriority
docs:You have responsivePriority (1,2,3,3,3,3,3) which means the columns with priority 3 will be removed first. Since Datatables starts removing from the right the last column will be removed first.
If this doesn't help then please provide a test case replicating the issue so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
Problem is, that not the last is removed first but the last but one.
Totally independent which priority I give them.
I'll try to make a test case, but this is going to need some time ...