maca88

Results 89 comments of maca88

I commited a patch for this. [Example](http://live.datatables.net/IroN/217/)

This is the right approach to enable the matchContent feature. I've tried it myself and it is working fine. Let me explain what this feature exactly does. When this feature...

Yes I've added a wrong example... Excel was not a good one.

In the lasted commit I've added a new option 'autoFit' for the dblClick setting, that should resize the column so that the contents will fit in one line. Do note...

Basically RemoteState is a general plugin for saving state to a remote location. Here is an example: Table initialization ``` js $('example').DataTables( { remoteState: { storeId: 'OrderGrid', getStatesFromServer: true, ajax:...

If you dont want to use the RemoteState plugin, you have to use [load](http://datatables.net/reference/option/stateLoadCallback)/[save](http://datatables.net/reference/option/stateSaveCallback) callback provided by DataTables.

1. I do agree. 2. The problem with async locking is that all implementations that I am aware of do not support to pass a lock object which would be...

Hmm what do you suggest? :) The idea of this issue is about parameter transformation e.g. from `Action` to `Func`, once the parameter would be marked to be asyncable then...

> Or is it difference between "arguments" and "parameters"? Yes. I know that the titles are almost the same but main difference is argument vs parameter. Transforming an argument is...