Ag-Grid component with input support

Here it is:
Dont think there is a way to adjust this once you install the module.

Update:
i found build generated json from React. You can set the padding to 0 here and scroll bar will show. But this will break quick search bar. Since that is how @PablocFonseca created the layout. I tried to change the settings and inject custom CSS. Best approach solution was to use overflow: auto in gridContainer.

here is another solution:

2 Likes