made "resizeable" and optional prop for the responsive table
This commit is contained in:
parent
e1b3afd543
commit
b710c03ede
2 changed files with 7 additions and 3 deletions
|
|
@ -782,6 +782,7 @@ export default function Devices() {
|
|||
orderBy={orderBy}
|
||||
setOrderBy={setOrderBy}
|
||||
endTitleElement={preferencesButton}
|
||||
resizeable
|
||||
loadMore={()=>{
|
||||
let currentRows = cloneDeep(devices)
|
||||
deviceAPI.list(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue