This is with inline editing? Unfortunately, only a single field can be edited in inline mode at a time with the current version of Editor. This is a feature I would like to add in a future release, but it won't make it in for v1.5 which has already been finalised.
Have a look at this example. It stacks the inputs rather than making them into columns - but the same principle applies - you would use CSS as @tangerine suggests.
Answers
I mean when I edit the whole row in a form at the same time.
This is with inline editing? Unfortunately, only a single field can be edited in inline mode at a time with the current version of Editor. This is a feature I would like to add in a future release, but it won't make it in for v1.5 which has already been finalised.
Allan
No. When I edit the whole row I want display two or three fields in the same line to avoid having too much lines that make me scroll vertically
Do you mean you want the edit form to display some inputs horizontally?
Yes
You can override Editor's CSS with your own style file.
Or incorporate Bootstrap compatibility:
https://editor.datatables.net/manual/styling/bootstrap
Bootstrap makes it easier to style forms.
Have a look at this example. It stacks the inputs rather than making them into columns - but the same principle applies - you would use CSS as @tangerine suggests.
Allan