Questions tagged [xgrid]

Xgrid is Apple's solution for distributed computing built into Mac OS X

Resources to get started:

7 questions
7
votes
2 answers

How to add a dropdown or checkbox to the filter in Material-UI dataGrid/XGrid

I am trying to add a checkbox or dropdown to one of the column filter. I have tried using type="boolean" to the columns, it is creating the dropdown but not it not creating the list as I expect. I am expecting the dropdown with two option like…
user8188349
  • 197
  • 4
  • 10
6
votes
8 answers

MUI XGrid Disabling Export button from GridToolBar

How to disable/overide Export button of XGrid's GridToolbar in MUI?
5
votes
2 answers

How well does Xgrid work with Xcode for parallel compiling?

I'm intrigued by the idea of using Xgrid to speed up my Xcode compiling across multiple machines... but it seems very difficult to find any information on people's experiences with it, any gotchas, etc. I don't have multiple Macs that I can test it…
Patrick Hogan
  • 2,098
  • 4
  • 20
  • 28
2
votes
1 answer

How to render table footer in XGrid material UI component?

Anyone can help how we can implement table footer to show column total. Is there any method to render custom table footer? As i checked there is no any method to override or append custom table footer. import React from 'react'; import { XGrid,…
1
vote
1 answer

Running BLAST through XGrid

Does anyone have any experience running BLAST with XGrid? Googling reveals a tool called 'Xgrid BLAST' existed but not where to get.
Austin Richardson
  • 8,078
  • 13
  • 43
  • 49
0
votes
1 answer

Does GridToolbar work in XGrid? (React / Material-UI )

Is it possible to use GridToolbar in XGrid? Sandbox gives error message: "Cannot read property 'current' of undefined" when testing this. Code in demo.js
0
votes
2 answers

Best method for running distributed processing on Mac OSX

I am currently attempting to run a rather CPU intensive application for a research project on a computer running OSX 10.4. There is no way that even a fast MacPro could handle this amount of processing. I'm fairly new to the concept of distributed…
Eddie
  • 1