Bulk Edit - Popup not showing/strange effect
Bulk Edit - Popup not showing/strange effect
Hi allan,
i am currently implementing a bulk edit for our datatables. Since there is not much configuration needed, im wondering what i am doing wrong. All i did is setting the select attribute to true and activated the edit button. I can select rows now an activate the edit, but it seems there is something wrong with the rendering (see attached screenshot). It seems some elements are behind the datatable and furthermore the popup does not get initialized. I am getting no warning or error.
This question has an accepted answers - jump to answer
Answers
Hi,
Looks like the Editor CSS is missing. Could you try loading the
editor.dataTables.css
file?Allan