Closed
Description
Can I somehow add custom html in js-generated tr? Or disable that generation and use pre-generated filter inputs that will be just handled after initialize?
Basic thing that I want is to have mass delete records from row, that will be new collumn with 'Actions' label, the next - width actually actions and the data will go with checkboxes.
Have seen of how to change input to select, but I want to have set of my buttons instead, that will have actually no use for the filtering.
I know that I can replace content afterwards with js, but having more flexible tool is always better than having lots of fixes.