Nezih
Nezih
@6pac You are right the problem is in my own code. My grid is in my own tab component (i am usign react) When i take my grid out of...
@6pac No its not throwing any errors in console. I removed that option then i gave manuel width instead of autoSize option. This is how i solve the problem for...
Sorting does not work as well with custom dataItemColumnValueExtractor. BUT, if i add formatter then i am able to make sorting. > id: 'fullName', name: 'Full Name', field: 'security', width:...
@DemGiran i used it in my React project. Actually, i do not recommend to use SlickGrid in React.JS if you don't have to use it. You can check react-table for...