Hi,
We have grid with n number of columns with defined orderIndex for each column.
Also we want the ability to reordering column in user interface. onColumnReoder event triggers but reordering is not working.
It would be helpful if you provide working example.
Thanks,
Vignesh
I'm building an admin dashboard, unfortunately i didn't find any component as Breadcrumb in demos. Current i have a AppBar and Drawer in my dashboard can anyone help me on this?
I want to have a breadcrumb like below under my AppBar component:
i was testing the Column menu filter function. and noticed that for the dates specifically the dropdown menu for isEquals to does not return the date choosen even if it exist. i tried for a date after and before as well incase of time storing error like midnight but that wasn't it. However the "is Before and Equals to" and the "is After and Equals to" work for getting the equals date.
is this a known issue or a bug? can i specifically remove that option from the drop down or make it not default is so how?
Hello,
is it possible to put the horizontal scroll bar that is on the bottom to the top
Thank you, Matjaz Reberc
Hi,
We were using some custom icons in our application and wanted to replace column menu icon with custom icon.
How to achieve it? please share if you have any example.
Hello,
it is possible somehow pass HTML into Hint component ?
Thank you<Field name={"logo"}
label={"Bound with logo"}
hint={"Logo only displays on <strong>Premium</strong> jobs"}
component={FormDropDownList} />
I am trying to create a sortable list with a slider inside it.
Here the example: https://stackblitz.com/edit/react-a3gnj5?file=app/main.jsx
As you can see, the code without the Sortable component works well, but with the Sortable component I cant use the slider and the focus is lost when I try to writte in the input component and the rerender happens.
Any suggestion? The slider and the input must be a 'controller component'.
Thanks!
PD: sorry for the post title, please change it :)
We are using the Window component with stage="FULLSCREEN" in a page that has HTML content in addition to the react app. When the window is opened it displays as expected but allows for scrolling down to see the content of the page that is not part of the react app.
Is there a way to prevent this scrolling so that the window appears to be the only content available to the user?
stackblitz example:
https://stackblitz.com/edit/react-o5rkfv?file=index.html