DataTables / Responsive

Responsive extension for DataTables, providing support for complex tables on all device screen sizes
Other
148 stars 86 forks source link

Fix Cell Restore #126

Closed najdanovicivan closed 10 months ago

najdanovicivan commented 10 months ago

When using listHiddenNodes as render this.s.childNodeStore[name] can is empty for cells which do not contain nodes. eg. having plan text value.

In such case store[0].parentNode will trigger exception as store is empty array.

This only add checks which ignore processing of cells without nodes.

AllanJard commented 10 months ago

Yup - that looks sensible - thanks! Are you happy for this to be included under the MIT license?

najdanovicivan commented 10 months ago

Yes MIT license is fine

najdanovicivan commented 6 months ago

@AllanJard is there any ETA when this can be released in 2.5.1 version ?

AllanJard commented 6 months ago

The next release of Responsive is likely to be 3.0. I had wanted to do it this week - far more likely it will be next week now.