crud buttons
crud buttons
I want to have edit, delete, details buttons on the left side, not the right, since it scrolls off the page on the right because I have 22 columns. When I move them to the front of the <td> they take over the info in column 1, the rows shift to accommodate having those items on the left, but the columns do not move over with the rows. I tried <th>edit</th> to the front of the <thead> but then all my borders and pagination and general table formatting break. I'm sure there is an easy way to fix this, but I don't know what it is. Thanks
Answers
Sounds like these are buttons you are creating in the table rows?
Please provide a link to your page or a test case replicating the issue so we can see what you are doing to offer suggestions.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
Is this using Editor? Is so, you can put those button wherever you like with
dom
,Colin